[master] 8a2b01b70 Fix build.

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 28 16:18:09 UTC 2019


commit 8a2b01b70f4b56c91b821604afa7dfbf8389d2f2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 28 16:17:38 2019 +0000

    Fix build.
    
    In other news:  I hate autocrap

diff --git a/lib/libvarnishapi/Makefile.am b/lib/libvarnishapi/Makefile.am
index fa0f3078b..a2dd76bbc 100644
--- a/lib/libvarnishapi/Makefile.am
+++ b/lib/libvarnishapi/Makefile.am
@@ -98,16 +98,20 @@ vxp_test_CFLAGS = \
 vxp_test_LDADD = @PCRE_LIBS@ \
 	${RT_LIBS} ${LIBM} ${PTHREAD_LIBS}
 
-TESTS = vsl_glob_test vsl_glob_test_coverage
+TESTS = vsl_glob_test 
 
-noinst_PROGRAMS += ${TESTS}
+noinst_PROGRAMS += vsl_glob_test
 
 vsl_glob_test_SOURCES = vsl_glob_test.c
 vsl_glob_test_CFLAGS = @SAN_CFLAGS@
 vsl_glob_test_LDADD = libvarnishapi.la @SAN_LDFLAGS@
 
+TESTS += vsl_glob_test_coverage
+
 vsl_glob_test_coverage:
 	echo './vsl_glob_test 1 2 3 2> /dev/null || true' > ${builddir}/_
 	echo './vsl_glob_test "Req*" > /dev/null' >> ${builddir}/_
 	mv ${builddir}/_ ${builddir}/vsl_glob_test_coverage
 	chmod +x ${builddir}/vsl_glob_test_coverage
+
+CLEANFILES += ${builddir}/vsl_glob_test_coverage


More information about the varnish-commit mailing list