Fix autoreconf for the minimal audacity source tarball.
authorBenjamin Drung <bdrung@debian.org>
Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)
committerJames Cowgill <jcowgill@debian.org>
Wed, 6 Jun 2018 10:55:07 +0000 (11:55 +0100)
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

index a2474eefc88e955727462b9becc2f7ad49627f3a..d584021284a02bf769c471538ee575648b992cd4 100644 (file)
@@ -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.