From af713f959f001391fd2a716ec347796015f1df4f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 9 Jul 2013 22:47:55 +0200 Subject: be more verbose about versions used --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3-54-g00ecf