From a4b90aee2001d0b0f458f3d741fbf5bcad04a7cb Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 17 Aug 2011 18:17:40 +0200 Subject: Added HAVE_GIFLIB macro for optional dependency on giflib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58368a4..ade1b3e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = git-20110819 CC = gcc DESTDIR = PREFIX = /usr/local -CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\" +CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB LDFLAGS = LIBS = -lX11 -lImlib2 -lgif -- cgit v1.2.3-54-g00ecf