Ticket #47189: fix-minsrc-autoreconf.patch

File fix-minsrc-autoreconf.patch, 574 bytes (added by RJVB (René Bertin), 8 years ago)
  • lib-src/Makefile.am

    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  
    183183endif
    184184
    185185# Note: These optional libraries will not be distributed in the source tarball.
    186 SUBDIRS += $(OPTIONAL_SUBDIRS)
     186#SUBDIRS += $(OPTIONAL_SUBDIRS)
    187187
    188188# Overwrite install* targets from automake. We do not want to install anything
    189189# from the lib-src libraries, because we statically link these libraries.