r3220 - trunk/varnish-cache/lib

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Sep 24 20:04:29 CEST 2008


Author: tfheen
Date: 2008-09-24 20:04:29 +0200 (Wed, 24 Sep 2008)
New Revision: 3220

Modified:
   trunk/varnish-cache/lib/Makefile.am
Log:
Be explicit about setting SUBDIRS_DIST

Make sure we don't end up having libjemalloc twice in SUBDIRS_DIST as
this will cause failures when doing make distclean.


Modified: trunk/varnish-cache/lib/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/Makefile.am	2008-09-24 13:33:43 UTC (rev 3219)
+++ trunk/varnish-cache/lib/Makefile.am	2008-09-24 18:04:29 UTC (rev 3220)
@@ -7,5 +7,9 @@
 	libvcl \
 	@JEMALLOC_SUBDIR@
 
-DIST_SUBDIRS = 	$(SUBDIRS) \
+DIST_SUBDIRS = 	\
+	libvarnish \
+	libvarnishapi \
+	libvarnishcompat \
+	libvcl \
 	libjemalloc




More information about the varnish-commit mailing list