Browse Source

Always include non-configurable part of CPPFLAGS

master
Bert Münnich 8 years ago
parent
commit
6beb8b4d71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

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




Loading…
Cancel
Save