Always include non-configurable part of CPPFLAGS
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ all: sxiv
|
|||||||
|
|
||||||
include config.mk
|
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
|
LDLIBS := -lImlib2 -lX11 -lXft
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user