[Freeswitch-svn] [commit] r5336 - freeswitch/trunk/src/mod/applications/mod_soundtouch

Freeswitch SVN mikej at freeswitch.org
Wed Jun 13 09:33:31 EDT 2007


Author: mikej
Date: Wed Jun 13 09:33:30 2007
New Revision: 5336

Modified:
   freeswitch/trunk/src/mod/applications/mod_soundtouch/Makefile

Log:
use relative path (thanks bret for the report)

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 Jun 13 09:33:30 2007
@@ -8,7 +8,7 @@
 LOCAL_LIBADD=$(LA)
 DEFAULT_ARGS=--prefix=$(PREFIX) --disable-shared --with-pic
 
-include /usr/src/freeswitch.trunk/build/modmake.rules
+include $(BASE)/build/modmake.rules
 
 $(DIRECTORY):
 	$(GETLIB) $(VERSION).tar.gz



More information about the Freeswitch-svn mailing list