No more config.mk

master
Bert Münnich 2017-10-16 21:16:05 +02:00
parent 2cf9cfc700
commit 24cf812bb2
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ LIB_GIF_1 = -lgif
LDLIBS = -lImlib2 -lX11 -lXft \
$(LIB_EXIF_$(HAVE_LIBEXIF)) $(LIB_GIF_$(HAVE_GIFLIB))
-include config.mk
SRCS = autoreload_$(AUTORELOAD).c commands.c image.c main.c options.c \
thumbs.c util.c window.c
OBJS = $(SRCS:.c=.o)