Commit dec8e14b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Fix distcheck

parent 92d3f677
......@@ -22,7 +22,8 @@ EXTRA_DIST = \
autogen.sh \
varnishapi.pc.in \
varnish.m4 \
varnish-legacy.m4
varnish-legacy.m4 \
vtc.am
AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-developer-warnings \
......
......@@ -14,7 +14,7 @@ TEST_EXTENSIONS = .vtc
check-am: vtc-check-tests
vtc-check-tests:
@mkdir -p tests \
@mkdir -p tests ; \
LC_ALL=C; \
if [ "$$(cd $(srcdir) && echo tests/*.vtc)" != "$(TESTS)" ]; then \
$(MAKE) $(AM_MAKEFLAGS) vtc-refresh-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