Commit 10178686 authored by Tollef Fog Heen's avatar Tollef Fog Heen

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: http://www.varnish-cache.org/svn/trunk/varnish-cache@3220 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent bdde50e0
......@@ -7,5 +7,9 @@ SUBDIRS = \
libvcl \
@JEMALLOC_SUBDIR@
DIST_SUBDIRS = $(SUBDIRS) \
DIST_SUBDIRS = \
libvarnish \
libvarnishapi \
libvarnishcompat \
libvcl \
libjemalloc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment