projects
/
audacity.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4804af
)
Fix autoreconf for the minimal audacity source tarball.
author
Benjamin Drung
<bdrung@debian.org>
Wed, 6 Jun 2018 10:55:07 +0000
(11:55 +0100)
committer
James 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
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.am
b/lib-src/Makefile.am
index a2474eefc88e955727462b9becc2f7ad49627f3a..d584021284a02bf769c471538ee575648b992cd4 100644
(file)
--- 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.