Commit 55a9527b authored by Nils Goroll's avatar Nils Goroll

need dependency from tests to vmod .so

Otherwise parallel make distcheck fails
parent 6ba80c78
......@@ -17,7 +17,7 @@ vcc_if.h vmod_re.man.rst: @VMODTOOL@ $(top_srcdir)/src/vmod_re.vcc
VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc
.PHONY: $(VMOD_TESTS)
$(top_srcdir)/src/tests/*.vtc:
$(top_srcdir)/src/tests/*.vtc: libvmod_re.la
PATH=@LIBVARNISHAPI_SBINDIR@:$$PATH \
@VARNISHTEST@ -Dvmod_topbuild=$(abs_top_builddir) $@
......
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