Always include non-configurable part of CPPFLAGS

master
Bert Münnich 2017-10-08 22:03:05 +02:00
parent e3b68efadd
commit 6beb8b4d71
1 changed files with 1 additions and 1 deletions

View File

@ -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