Description: Fix autoreconf for the minimal audacity source tarball.
The minimal audacity source tarball does not ship every library in lib-src.
Author: Benjamin Drung <bdrung@debian.org>
a
|
b
|
|
183 | 183 | endif |
184 | 184 | |
185 | 185 | # Note: These optional libraries will not be distributed in the source tarball. |
186 | | SUBDIRS += $(OPTIONAL_SUBDIRS) |
| 186 | #SUBDIRS += $(OPTIONAL_SUBDIRS) |
187 | 187 | |
188 | 188 | # Overwrite install* targets from automake. We do not want to install anything |
189 | 189 | # from the lib-src libraries, because we statically link these libraries. |