aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-07-09 22:47:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-07-09 22:47:55 +0200
commitaf713f959f001391fd2a716ec347796015f1df4f (patch)
treef54e1c4064c6cfae51817d6f0fe552ab6078ce2d /Makefile
parentd0b6d52bc46a054ecff777f9ed226faca48c0551 (diff)
downloadcqrlogo-af713f959f001391fd2a716ec347796015f1df4f.tar.gz
cqrlogo-af713f959f001391fd2a716ec347796015f1df4f.tar.zst
be more verbose about versions used
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1e3c2e2..8ea936a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ CP := cp
RM := rm
CFLAGS += -O2 -Wall -Werror
CFLAGS += $(shell pkg-config --cflags --libs libpng) \
+ $(shell pkg-config --cflags --libs zlib) \
$(shell pkg-config --cflags --libs libqrencode)
VERSION = $(shell git describe --tags --long)