From: Ruben Kerkhof Date: Mon, 6 Oct 2014 17:31:09 +0000 (+0200) Subject: Always include polarssl in dist X-Git-Tag: rec-3.7.0-rc1~217^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8e49be1b69234cf06ef882571b61dc7a41ff7b;p=pdns Always include polarssl in dist This is necessary since POLARSSL_SUBDIR can be empty when configuring --with-system-polarssl, running make distdir and building an rpm from that distdir afterwards. --- diff --git a/pdns/ext/Makefile.am b/pdns/ext/Makefile.am index 5458462ef..e7279e14a 100644 --- a/pdns/ext/Makefile.am +++ b/pdns/ext/Makefile.am @@ -1 +1,2 @@ SUBDIRS=$(POLARSSL_SUBDIR) yahttp rapidjson +DIST_SUBDIRS=polarssl-1.3.2 yahttp rapidjson