From: Benjamin Drung Date: Wed, 6 Jun 2018 10:55:07 +0000 (+0100) Subject: Fix autoreconf for the minimal audacity source tarball. X-Git-Tag: archive/raspbian/3.6.3+dfsg-1+rpi1~1^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=62d378652a5ac99a810d8c1350acd35f05d9c93a;p=audacity.git 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 --- 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.