summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-08 22:03:05 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-08 22:03:05 +0200
commit6beb8b4d7114d1a918a3cd4d11dcc7e3e849aaca (patch)
tree3793cf5d2511635081e0fb3cb704379c7d84f9bf
parente3b68efadd6e6287f6478b16ed95eed0b1cd4bfa (diff)
downloadnsxiv-6beb8b4d7114d1a918a3cd4d11dcc7e3e849aaca.tar.zst
Always include non-configurable part of CPPFLAGS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 523df3a..5d06439 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: sxiv
include config.mk
-CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)
+override CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)
LDLIBS := -lImlib2 -lX11 -lXft