diff options
author | Leo Uino <leo@norisys.jp> | 2013-01-14 23:01:58 +0900 |
---|---|---|
committer | Leo Uino <leo@norisys.jp> | 2013-01-14 23:01:58 +0900 |
commit | 7cfac56b2eaec43e507bf31313d5a16ac8133fba (patch) | |
tree | 1fb624c8626297fe6b0431e1def2d60b8007543e /lpg/libqr/Makefile | |
parent | 082fc1b97f2297fee6b2bba222c0c2e87f931493 (diff) | |
download | pdf-simple-sign-7cfac56b2eaec43e507bf31313d5a16ac8133fba.tar.gz pdf-simple-sign-7cfac56b2eaec43e507bf31313d5a16ac8133fba.tar.xz pdf-simple-sign-7cfac56b2eaec43e507bf31313d5a16ac8133fba.zip |
qrgen: output to PNG
Diffstat (limited to 'lpg/libqr/Makefile')
-rw-r--r-- | lpg/libqr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/Makefile b/lpg/libqr/Makefile index fa6cf04..154bcbf 100644 --- a/lpg/libqr/Makefile +++ b/lpg/libqr/Makefile @@ -21,7 +21,7 @@ $(OBJECTS) : $(wildcard *.h qr/*.h) libqr : libqr.a($(OBJECTS)) qrgen : libqr qrgen.c - $(CC) $(CFLAGS) -o qrgen qrgen.c libqr.a + $(CC) $(CFLAGS) -o qrgen qrgen.c libqr.a $(shell pkg-config libpng --cflags --libs) qrparse : libqr qrparse.c $(CC) $(CFLAGS) -o qrparse qrparse.c libqr.a |