From 7239a56f00b3492ac68132e8dc1aec3e363a47f3 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 13 Jun 2007 13:33:30 +0000 Subject: [PATCH] use relative path (thanks bret for the report) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5336 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_soundtouch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index b4b3a6633e..94e5519d38 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -8,7 +8,7 @@ LOCAL_CFLAGS += -I$(DIRECTORY)/include -DINTEGER_SAMPLES 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