[Freeswitch-trunk] [commit] r12783 - freeswitch/trunk/src/mod/applications/mod_soundtouch
FreeSWITCH SVN
mikej at freeswitch.org
Wed Mar 25 12:34:37 PDT 2009
Author: mikej
Date: Wed Mar 25 14:34:37 2009
New Revision: 12783
Log:
fix libsoundtouch build dependencies after a configure failure (MODAPP-243)
Modified:
freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile
Modified: freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile (original)
+++ freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile Wed Mar 25 14:34:37 2009
@@ -1,4 +1,3 @@
-
VERSION=soundtouch-1.3.1
DIRECTORY=$(switch_srcdir)/libs/$(VERSION)
LA=$(DIRECTORY)/source/SoundTouch/.libs/libSoundTouch.a
@@ -10,10 +9,12 @@
include $(BASE)/build/modmake.rules
-$(DIRECTORY):
+$(DIRECTORY)/Makefile $(DIRECTORY)/config.status:
$(GETLIB) $(VERSION).tar.gz
cd $(DIRECTORY) && ./configure $(DEFAULT_ARGS) --enable-integer-samples
+ $(TOUCH_TARGET)
-$(LA): $(DIRECTORY)
+$(LA): $(DIRECTORY)/Makefile $(DIRECTORY)/config.status
cd $(DIRECTORY) && $(MAKE)
$(TOUCH_TARGET)
+
More information about the Freeswitch-trunk
mailing list