Commit f7e8c8d7 authored by Nils Goroll's avatar Nils Goroll

fix paths to enable out-of-tree builds and make distcheck in particular

parent f5ca7f35
...@@ -15,15 +15,15 @@ dist_man_MANS = ...@@ -15,15 +15,15 @@ dist_man_MANS =
vcc_if.c vcc_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_re.vcc vcc_if.c vcc_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_re.vcc
@VMODTOOL@ $(top_srcdir)/src/vmod_re.vcc @VMODTOOL@ $(top_srcdir)/src/vmod_re.vcc
VMOD_TESTS = tests/*.vtc VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc
.PHONY: $(VMOD_TESTS) .PHONY: $(VMOD_TESTS)
tests/*.vtc: $(top_srcdir)/src/tests/*.vtc:
@VARNISHTEST@ -Dvarnishd=@VARNISHD@ -Dvmod_topbuild=$(abs_top_builddir) $@ @VARNISHTEST@ -Dvarnishd=@VARNISHD@ -Dvmod_topbuild=$(abs_top_builddir) $@
check: $(VMOD_TESTS) check: $(VMOD_TESTS)
vmod_re.3: vmod_re.man.rst vmod_re.3: $(top_srcdir)/src/vmod_re.man.rst
if HAVE_RST2MAN if HAVE_RST2MAN
${RST2MAN} vmod_re.man.rst $@ ${RST2MAN} vmod_re.man.rst $@
else else
......
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