[Freeswitch-svn] [commit] r4723 - freeswitch/trunk/src/mod/endpoints/mod_wanpipe

Freeswitch SVN anthm at freeswitch.org
Wed Mar 21 19:58:54 EDT 2007


Author: anthm
Date: Wed Mar 21 19:58:54 2007
New Revision: 4723

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile

Log:
update wanpipe to be fully automated

Modified: freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_wanpipe/Makefile	Wed Mar 21 19:58:54 2007
@@ -17,7 +17,7 @@
 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
 



More information about the Freeswitch-svn mailing list