update wanpipe to be fully automated
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4723 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7813a54bfa
commit
f2ae2bafb6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue