From 5e8e49be1b69234cf06ef882571b61dc7a41ff7b Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Mon, 6 Oct 2014 19:31:09 +0200 Subject: [PATCH] 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. --- pdns/ext/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0