summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2012-12-27 16:43:19 +0100
committerBert Münnich <be.muennich@gmail.com>2012-12-27 16:43:19 +0100
commit97a2c05cc30adb3b90842b671607a05857db63a0 (patch)
treeed1b2759559d11e06ed2d092535217578d6008b7 /Makefile
parentcd929eabfeb5344b2f7c43555eea20fc15a7f1ca (diff)
downloadnsxiv-97a2c05cc30adb3b90842b671607a05857db63a0.tar.zst
Fixed issue #74, conditional compilation of gif support
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