]> err.no Git - varnish/commitdiff
Be explicit about setting SUBDIRS_DIST
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 24 Sep 2008 18:04:29 +0000 (18:04 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 24 Sep 2008 18:04:29 +0000 (18:04 +0000)
Make sure we don't end up having libjemalloc twice in SUBDIRS_DIST as
this will cause failures when doing make distclean.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3220 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/Makefile.am

index 488d20b12007e4c67891026287ecd1cc107b217d..05110e442b4547095fbfc903149674db2b575116 100644 (file)
@@ -7,5 +7,9 @@ SUBDIRS = \
        libvcl \
        @JEMALLOC_SUBDIR@
 
-DIST_SUBDIRS =         $(SUBDIRS) \
+DIST_SUBDIRS =         \
+       libvarnish \
+       libvarnishapi \
+       libvarnishcompat \
+       libvcl \
        libjemalloc