summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-17 18:17:40 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:12:30 +0200
commita4b90aee2001d0b0f458f3d741fbf5bcad04a7cb (patch)
tree55bd7ef646399482f5d2ec3d26aabe93e17e7439 /Makefile
parent79bd86defb5c86a50e2def4c03129c4215c07ca5 (diff)
downloadnsxiv-a4b90aee2001d0b0f458f3d741fbf5bcad04a7cb.tar.zst
Added HAVE_GIFLIB macro for optional dependency on giflib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58368a4..ade1b3e 100644
--- a/Makefile
+++ b/Makefile
@@ -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