From fa08857042bc63cbd492a1b92aa04f714b9841b9 Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 24 Sep 2008 18:04:29 +0000 Subject: [PATCH] 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 --- varnish-cache/lib/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5