Commit 4029b16a authored by Geoff Simmons's avatar Geoff Simmons Committed by Nils Goroll

Fixes so that make distcheck passes.

- Include the Varnish default vmod_path in the varnishtest command.
- Non-generated VTCs are also distrubuted.
- Clean the .dummy file.
parent 98d1e0a1
......@@ -90,7 +90,7 @@ TEST_EXTENSIONS = .vtc
VTC_LOG_COMPILER = varnishtest -v
AM_VTC_LOG_FLAGS = \
-p vcl_path="$(abs_top_srcdir)/vcl" \
-p vmod_path="$(abs_builddir)/.libs:$(vmoddir)"
-p vmod_path="$(abs_builddir)/.libs:$(vmoddir):$(VARNISHAPI_VMODDIR)"
# Documentation
......@@ -109,7 +109,10 @@ dist_man_MANS = \
$(AM_V_GEN) $(RST2MAN) $< $@
EXTRA_DIST = \
tbl_vtc.h
tbl_vtc.h \
${TESTS}
CLEANFILES = vtc/.dummy
MAINTAINERCLEANFILES = \
$(GEN_TESTS) \
......
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