From 97a2c05cc30adb3b90842b671607a05857db63a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 27 Dec 2012 16:43:19 +0100 Subject: Fixed issue #74, conditional compilation of gif support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 193d415..a157421 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3