Commit 7f1a7405 authored by Geoff Simmons's avatar Geoff Simmons

Fix make distcheck.

parent ecfb9b9a
ACLOCAL_AMFLAGS = -I m4 -I ${VARNISHAPI_DATAROOTDIR}/aclocal
SUBDIRS = src
SUBDIRS = src src/tests/bench
DISTCHECK_CONFIGURE_FLAGS = \
VMOD_DIR='$${libdir}/varnish/vmods'
......
......@@ -8,4 +8,4 @@ bin_PROGRAMS = bench
bench_SOURCES = bench.c
bench_LDADD = $(top_srcdir)/src/.libs/patricia.o
bench_LDADD = $(top_builddir)/src/.libs/patricia.o
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