1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

provide a fix for not distcleaning the flac directory properly, causing stray .deps/ directories from libtool. Use Micheal's manual update to Makefile.am because I don\'t have prehistoric Automake 1.7 available for a clean automatic update. Patch by Micheal Chinen.

This commit is contained in:
richardash1981 2012-02-19 17:44:14 +00:00
parent a663c35378
commit 5874644e54
3 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,21 @@
Index: libflac/src/Makefile.in
===================================================================
--- libflac/src/Makefile.in (revision 11513)
+++ libflac/src/Makefile.in (working copy)
@@ -220,6 +220,7 @@
SUBDIRS = \
libFLAC \
+ flac \
share \
$(CPPLIBS_DIRS)
@@ -240,7 +241,7 @@
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
-DIST_SUBDIRS = libFLAC share libFLAC++
+DIST_SUBDIRS = libFLAC share libFLAC++ flac
all: all-recursive
.SUFFIXES:

View File

@ -25,6 +25,7 @@ endif
SUBDIRS = \
libFLAC \
flac \
share \
$(CPPLIBS_DIRS)

View File

@ -220,6 +220,7 @@ target_alias = @target_alias@
SUBDIRS = \
libFLAC \
flac \
share \
$(CPPLIBS_DIRS)
@ -240,7 +241,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
DIST_SUBDIRS = libFLAC share libFLAC++
DIST_SUBDIRS = libFLAC share libFLAC++ flac
all: all-recursive
.SUFFIXES: