No more config.mk
This commit is contained in:
parent
2cf9cfc700
commit
24cf812bb2
2
Makefile
2
Makefile
|
@ -33,8 +33,6 @@ LIB_GIF_1 = -lgif
|
||||||
LDLIBS = -lImlib2 -lX11 -lXft \
|
LDLIBS = -lImlib2 -lX11 -lXft \
|
||||||
$(LIB_EXIF_$(HAVE_LIBEXIF)) $(LIB_GIF_$(HAVE_GIFLIB))
|
$(LIB_EXIF_$(HAVE_LIBEXIF)) $(LIB_GIF_$(HAVE_GIFLIB))
|
||||||
|
|
||||||
-include config.mk
|
|
||||||
|
|
||||||
SRCS = autoreload_$(AUTORELOAD).c commands.c image.c main.c options.c \
|
SRCS = autoreload_$(AUTORELOAD).c commands.c image.c main.c options.c \
|
||||||
thumbs.c util.c window.c
|
thumbs.c util.c window.c
|
||||||
OBJS = $(SRCS:.c=.o)
|
OBJS = $(SRCS:.c=.o)
|
||||||
|
|
Loading…
Reference in New Issue