From: tfheen Date: Wed, 24 Sep 2008 18:04:29 +0000 (+0000) Subject: Be explicit about setting SUBDIRS_DIST X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa08857042bc63cbd492a1b92aa04f714b9841b9;p=varnish 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. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3220 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/Makefile.am b/varnish-cache/lib/Makefile.am index 488d20b1..05110e44 100644 --- a/varnish-cache/lib/Makefile.am +++ b/varnish-cache/lib/Makefile.am @@ -7,5 +7,9 @@ SUBDIRS = \ libvcl \ @JEMALLOC_SUBDIR@ -DIST_SUBDIRS = $(SUBDIRS) \ +DIST_SUBDIRS = \ + libvarnish \ + libvarnishapi \ + libvarnishcompat \ + libvcl \ libjemalloc