summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ee280b45..9e90755d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,6 +35,7 @@ non_3pp_sources = \
src/cleanup.c \
src/compopt.c \
src/conf.c \
+ src/confitems.c \
src/counters.c \
src/execute.c \
src/exitfn.c \
@@ -51,6 +52,8 @@ generated_sources = \
src/version.c
3pp_sources = \
@getopt_long_c@ \
+ src/confitems_lookup.c \
+ src/envtoconfitems_lookup.c \
src/hashtable.c \
src/hashtable_itr.c \
src/murmurhashneutral2.c \
@@ -120,8 +123,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1
clean:
rm -rf $(files_to_clean)
-conf.c: confitems_lookup.c envtoconfitems_lookup.c
-
src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
$(zlib_objs): CPPFLAGS += -include config.h
$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@