From: Anthony Minessale Date: Wed, 21 Mar 2007 23:58:54 +0000 (+0000) Subject: update wanpipe to be fully automated X-Git-Tag: v1.0-beta1~708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2ae2bafb69190db3b5442343da6be80728b4192;p=thirdparty%2Ffreeswitch.git update wanpipe to be fully automated git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4723 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_wanpipe/Makefile b/src/mod/endpoints/mod_wanpipe/Makefile index 8aeb51c69b..239d9f3b92 100644 --- a/src/mod/endpoints/mod_wanpipe/Makefile +++ b/src/mod/endpoints/mod_wanpipe/Makefile @@ -17,7 +17,7 @@ LOCAL_CFLAGS +=-D__LINUX__ -D_REENTRANT -D_GNU_SOURCE -DAFT_A104 -DWANPIPE_TDM_A LOCAL_CFLAGS +=-w #LOCAL_LDFLAGS= LOCAL_OBJS=ss7boost_client.o $(BASE)/libs/libteletone/libteletone.la $(LIBSANGOMA_LA) $(LIBPRI_A) -OPTS=--prefix=$(PREFIX) --with-libpri=$(LIBPRI_DIR) --disable-shared +OPTS=--prefix=$(PREFIX) --with-libpri=../../../$(LIBPRI) --disable-shared include $(BASE)/build/modmake.rules