From: Michael Jerris Date: Thu, 8 May 2014 21:35:23 +0000 (-0400) Subject: don't re-build tone2wav and fs_encode on every build X-Git-Tag: v1.5.12~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e49feac7a3707f15b2d80e862dc0067d87c70edb;p=thirdparty%2Ffreeswitch.git don't re-build tone2wav and fs_encode on every build --- diff --git a/Makefile.am b/Makefile.am index c4eaf62f1f..3c8824c5a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,8 @@ AM_LDFLAGS = $(SWITCH_AM_LDFLAGS) $(AM_LIBAPR_LDFLAGS) $(AM_LIBAPU_LDFLAGS) DEFAULT_SOUNDS=en-us-callie-8000 +.INTERMEDIATE: -ldl -liconv -lpthread + .DEFAULT: $(switch_builddir)/modules.conf src/mod/modules.inc @target=`echo $@ | sed -e 's|^.*-||'`; \ target_prefix=`echo $@ | sed -e 's|-.*$$||'`; \