From f2ae2bafb69190db3b5442343da6be80728b4192 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 21 Mar 2007 23:58:54 +0000 Subject: [PATCH] update wanpipe to be fully automated git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4723 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_wanpipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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