Commit 947d98b0 authored by Geoff Simmons's avatar Geoff Simmons

Fix make distcheck.

parent 599fb3ac
ACLOCAL_AMFLAGS = -I m4 -I ${VARNISHAPI_DATAROOTDIR}/aclocal
SUBDIRS = src
SUBDIRS = src src/tests/bench
DISTCHECK_CONFIGURE_FLAGS = \
VMOD_DIR='$${libdir}/varnish/vmods'
......
......@@ -8,12 +8,12 @@ bin_PROGRAMS = bench bench_qp bench_ph
bench_SOURCES = bench.c
bench_LDADD = $(top_srcdir)/src/.libs/patricia.o
bench_LDADD = $(top_builddir)/src/.libs/patricia.o
bench_qp_SOURCES = bench_qp.c
bench_qp_LDADD = $(top_srcdir)/src/.libs/qp.o
bench_qp_LDADD = $(top_builddir)/src/.libs/qp.o
bench_ph_SOURCES = bench_ph.c
bench_ph_LDADD = $(top_srcdir)/src/.libs/ph.o
bench_ph_LDADD = $(top_builddir)/src/.libs/ph.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