Fixed issue #74, conditional compilation of gif support

This commit is contained in:
Bert Münnich
2012-12-27 16:43:19 +01:00
parent cd929eabfe
commit 97a2c05cc3
2 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,10 @@
VERSION = git-20121220
VERSION = git-20121227
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
CC = gcc
CFLAGS = -Wall -pedantic -O2 -I$(PREFIX)
CFLAGS = -Wall -pedantic -O2 -I$(PREFIX) -DHAVE_GIFLIB
LDFLAGS = -L$(PREFIX)
LIBS = -lX11 -lImlib2 -lgif