Move DEPFLAGS from Makefile to config.mk

master
Bert Münnich 2017-10-08 22:02:29 +02:00
parent 33b5dbfa82
commit e3b68efadd
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -4,6 +4,7 @@ MANPREFIX := $(PREFIX)/share/man
CC ?= gcc
CFLAGS += -std=c99 -Wall -pedantic
CPPFLAGS += -I/usr/include/freetype2 -D_XOPEN_SOURCE=700
DEPFLAGS := -MMD -MP
LDFLAGS +=
# autoreload backend: inotify/nop