From e49feac7a3707f15b2d80e862dc0067d87c70edb Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 8 May 2014 17:35:23 -0400 Subject: [PATCH] don't re-build tone2wav and fs_encode on every build --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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|-.*$$||'`; \