From 62d378652a5ac99a810d8c1350acd35f05d9c93a Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 6 Jun 2018 11:55:07 +0100 Subject: [PATCH] Fix autoreconf for the minimal audacity source tarball. The minimal audacity source tarball does not ship every library in lib-src. Gbp-Pq: Name 0001-fix-minsrc-autoreconf.patch --- lib-src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/Makefile.am b/lib-src/Makefile.am index a2474eef..d5840212 100644 --- a/lib-src/Makefile.am +++ b/lib-src/Makefile.am @@ -180,7 +180,7 @@ SUBDIRS += lib-widget-extra endif # Note: These optional libraries will not be distributed in the source tarball. -SUBDIRS += $(OPTIONAL_SUBDIRS) +#SUBDIRS += $(OPTIONAL_SUBDIRS) # Overwrite install* targets from automake. We do not want to install anything # from the lib-src libraries, because we statically link these libraries. -- 2.30.2