mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-26 23:33:49 +01: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:
@@ -25,6 +25,7 @@ endif
|
||||
|
||||
SUBDIRS = \
|
||||
libFLAC \
|
||||
flac \
|
||||
share \
|
||||
$(CPPLIBS_DIRS)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user