Commit f21a7395 authored by Geoff Simmons's avatar Geoff Simmons

Fixes for make distcheck.

parent 00dba9de
......@@ -8,11 +8,24 @@ AM_LDFLAGS = $(VARNISHAPI_LIBS) $(VMOD_LDFLAGS) -ldl
vmod_LTLIBRARIES = libvmod_pesi.la
libvmod_pesi_la_SOURCES = \
misc.h \
misc.c \
pesi.h \
pesi_flags.h \
pesi_tree.h \
pesi.c \
node.h \
node_assert.h \
node_head.h \
node_mempool.h \
node.c \
vmod_pesi.c \
vdp_pesi.h \
vdp_pesi.c \
debug.h \
tbl_set_parameter.h \
foreign/qdef.h \
foreign/from_cache_esi_deliver.h \
foreign/from_cache_esi_deliver.c
nodist_libvmod_pesi_la_SOURCES = \
......@@ -25,7 +38,17 @@ dist_man_MANS = vdp_pesi.3
@BUILD_VSC_PESI@
vmod_pesi.c: vcc_if.h VSC_pesi.c VSC_pesi.h
vmod_pesi.lo: vcc_if.h VSC_pesi.c VSC_pesi.h misc.h node_mempool.h \
pesi_flags.h vdp_pesi.h tbl_set_parameter.h
vdp_pesi.lo: debug.h vdp_pesi.h node.h node_assert.h pesi.h pesi_flags.h \
pesi_tree.h misc.h
misc.lo: misc.h debug.h
node.lo: debug.h node.h node_assert.h node_mempool.h pesi.h misc.h vcc_if.h
pesi.lo: debug.h VSC_pesi.h pesi_tree.h pesi_flags.h pesi.h
vcc_if.h vmod_pesi.rst vmod_pesi.man.rst: vcc_if.c
......@@ -50,7 +73,7 @@ TESTS = @VMOD_TESTS@
EXTRA_DIST = \
vdp_pesi.vcc \
selector.vsc \
pesi.vsc \
$(VMOD_TESTS)
CLEANFILES = \
......
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