Commit 6898e7b6 authored by Tollef Fog Heen's avatar Tollef Fog Heen Committed by Tollef Fog Heen

Pass VMOD_DIR to make distcheck

The VMOD_DIR returned from pkg-config does not take prefix and similar
variables into account. Make sure to pass an explicit VMOD_DIR that
the build process has write access to.

Fixes #8
parent 9c5f83af
......@@ -2,6 +2,9 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
DISTCHECK_CONFIGURE_FLAGS = \
VMOD_DIR='$${libdir}/varnish/vmods'
EXTRA_DIST = README.rst
dist_man_MANS = vmod_example.3
......
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