Move DEPFLAGS from Makefile to config.mk
This commit is contained in:
parent
33b5dbfa82
commit
e3b68efadd
1
Makefile
1
Makefile
|
@ -7,7 +7,6 @@ all: sxiv
|
|||
include config.mk
|
||||
|
||||
CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)
|
||||
DEPFLAGS := -MMD -MP
|
||||
|
||||
LDLIBS := -lImlib2 -lX11 -lXft
|
||||
|
||||
|
|
Loading…
Reference in New Issue