aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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