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:
Anthony Minessale 2007-03-21 23:58:54 +00:00
parent 7813a54bfa
commit f2ae2bafb6
1 changed files with 1 additions and 1 deletions

View File

@ -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