1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

soundtouch: fix broken .m4 path in soundfile that causes make distclean to fail (leaving .deps dirs)

This commit is contained in:
mchinen
2012-02-26 03:22:50 +00:00
parent 38bf4968ac
commit f1da58779f
6 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/config/am_include.mk
subdir = source/SoundTouch
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \
am__aclocal_m4_deps = $(top_srcdir)/config/m4/libtool.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)