mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
Add autotools-fix-make-dist.patch to fix dist target of sbsms.
This commit is contained in:
@@ -359,6 +359,16 @@ pkgconfig_DATA = sbsms.pc
|
||||
|
||||
#tell aclocal that extra macros can be found in m4/
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = \
|
||||
build/macosx.sh \
|
||||
win/config.h \
|
||||
win/sbsms/sbsms.ICO \
|
||||
win/sbsms/sbsms.rc \
|
||||
win/sbsms/sbsms.sln \
|
||||
win/sbsms/sbsms.vcproj \
|
||||
win/sbsms/sbsms.wxs \
|
||||
$(NULL)
|
||||
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
@@ -846,9 +856,6 @@ uninstall-am: uninstall-pkgconfigDATA
|
||||
uninstall-am uninstall-pkgconfigDATA
|
||||
|
||||
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
Reference in New Issue
Block a user