Unverified Commit b7ac17d9 authored by Nils Goroll's avatar Nils Goroll

Fix more glitches in Makefile.am

make distcheck works now
parent 413b5b5d
...@@ -45,6 +45,7 @@ libbuddy_storage_la_CFLAGS = \ ...@@ -45,6 +45,7 @@ libbuddy_storage_la_CFLAGS = \
$(AM_CFLAGS) $(FREEPAGE_CFLAGS) $(VARNISHSRC_CFLAGS) $(DEV_CFLAGS) $(AM_CFLAGS) $(FREEPAGE_CFLAGS) $(VARNISHSRC_CFLAGS) $(DEV_CFLAGS)
libbuddy_storage_la_SOURCES = \ libbuddy_storage_la_SOURCES = \
buddy_storage.c \ buddy_storage.c \
buddy_storage.h \
tbl/buddy_tunables.h \ tbl/buddy_tunables.h \
buddy_tune.h \ buddy_tune.h \
buddy_tune.c buddy_tune.c
...@@ -55,6 +56,7 @@ libvmod_slash_la_SOURCES = \ ...@@ -55,6 +56,7 @@ libvmod_slash_la_SOURCES = \
vmod_slash.c \ vmod_slash.c \
vmod_slash_loadmasters.c \ vmod_slash_loadmasters.c \
fellow_storage.c \ fellow_storage.c \
fellow_storage.h \
fellow_storage_deref.h \ fellow_storage_deref.h \
fellow_cache_storage.h \ fellow_cache_storage.h \
fellow_stash.h \ fellow_stash.h \
...@@ -162,19 +164,23 @@ fellow_sources = \ ...@@ -162,19 +164,23 @@ fellow_sources = \
buddy.h \ buddy.h \
buddy_util.h \ buddy_util.h \
compiler.h \ compiler.h \
debug.h \
$(fellow_state_tables) \ $(fellow_state_tables) \
fellow_debug.h \ fellow_debug.h \
fellow_inject.h \
fellow_io_backend.h \ fellow_io_backend.h \
fellow_io.h \ fellow_io.h \
fellow_log.c \ fellow_log.c \
fellow_log.h \ fellow_log.h \
fellow_log_iter_out.h \ fellow_log_iter_out.h \
fellow_log_dle_chg.h \ fellow_log_dle_chg.h \
fellow_pri.h \
fellow_regionlist.h \ fellow_regionlist.h \
fellow_sha256.h \ fellow_sha256.h \
fellow_sha256.c \ fellow_sha256.c \
fellow_cache.h \ fellow_cache.h \
fellow_cache.c \ fellow_cache.c \
tbl/fellow_obj_attr.h \
tbl/fellow_tunables.h \ tbl/fellow_tunables.h \
tbl/dle.h \ tbl/dle.h \
fellow_tune.h \ fellow_tune.h \
...@@ -187,8 +193,9 @@ fellow_sources = \ ...@@ -187,8 +193,9 @@ fellow_sources = \
fellow_task.h \ fellow_task.h \
fellow_testenv.h \ fellow_testenv.h \
fellow_testenv.c \ fellow_testenv.c \
include/foreign/vend.h \ foreign/qdef.h \
include/foreign/ban.h foreign/vend.h \
foreign/ban.h
noinst_LTLIBRARIES += \ noinst_LTLIBRARIES += \
libfellow.la \ libfellow.la \
...@@ -264,7 +271,7 @@ fellow_log_dbg_SOURCES = fellow_log_dbg.c \ ...@@ -264,7 +271,7 @@ fellow_log_dbg_SOURCES = fellow_log_dbg.c \
fellow_task.h \ fellow_task.h \
fellow_testenv.h \ fellow_testenv.h \
fellow_testenv.c \ fellow_testenv.c \
include/foreign/vend.h foreign/vend.h
fellow_log_dbg_SOURCES += $(io_ioctl_sources) fellow_log_dbg_SOURCES += $(io_ioctl_sources)
...@@ -311,6 +318,9 @@ TESTS += \ ...@@ -311,6 +318,9 @@ TESTS += \
fellow_log_test \ fellow_log_test \
fellow_cache_test fellow_cache_test
check-am:
@mkdir -p vtc
# Code coverage # Code coverage
gcov: clean gcov: clean
...@@ -378,6 +388,8 @@ VSC_RST = \ ...@@ -378,6 +388,8 @@ VSC_RST = \
VSC_buddy.rst \ VSC_buddy.rst \
VSC_fellow.rst VSC_fellow.rst
CLEANFILES += $(VSC_SOURCES) $(VSC_RST)
slash-counters.7: $(VSC_RST) slash-counters.7: $(VSC_RST)
nodist_libvmod_slash_la_SOURCES += $(VSC_SOURCES) nodist_libvmod_slash_la_SOURCES += $(VSC_SOURCES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment