Added HAVE_GIFLIB macro for optional dependency on giflib

This commit is contained in:
Bert
2011-08-17 18:17:40 +02:00
parent 79bd86defb
commit a4b90aee20
3 changed files with 13 additions and 3 deletions

View File

@ -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