[Asterisk-cvs] asterisk/pbx Makefile,1.10,1.11
markster at lists.digium.com
markster at lists.digium.com
Fri Oct 1 21:54:03 CDT 2004
- Previous message: [Asterisk-cvs] asterisk/channels Makefile, 1.61, 1.62 chan_iax.c,
1.65, NONE chan_vofr.c, 1.19, NONE
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.190,
1.191 chan_sip.c, 1.512, 1.513 iax2-parser.c, 1.27,
1.28 iax2-parser.h, 1.9, 1.10 iax2.h, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv32025/pbx
Modified Files:
Makefile
Log Message:
Add iax2 parsing for TNS/TON/PRES
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile 26 Oct 2003 18:50:49 -0000 1.10
+++ Makefile 2 Oct 2004 01:56:08 -0000 1.11
@@ -13,13 +13,17 @@
-PBX_LIBS=pbx_config.so pbx_wilcalu.so pbx_spool.so # pbx_gtkconsole.so pbx_kdeconsole.so
+PBX_LIBS=pbx_config.so pbx_spool.so # pbx_gtkconsole.so pbx_kdeconsole.so
# Add GTK console if appropriate
PBX_LIBS+=$(shell gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
# Add KDE Console if appropriate
#PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
+#
+# Obsolete modules
+#
+#PBX_LIBS+=pbx_wilcalu.so
GTK_FLAGS=`gtk-config --cflags gthread`
GTK_LIBS=`gtk-config --libs gthread`
@@ -63,6 +67,7 @@
install: all
for x in $(PBX_LIBS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
+ if ! [ -f pbx_wilcalu.so ]; then rm -f $(DESTDIR)$(MODULES_DIR)/pbx_wilcalu.so; fi
depend: .depend
- Previous message: [Asterisk-cvs] asterisk/channels Makefile, 1.61, 1.62 chan_iax.c,
1.65, NONE chan_vofr.c, 1.19, NONE
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.190,
1.191 chan_sip.c, 1.512, 1.513 iax2-parser.c, 1.27,
1.28 iax2-parser.h, 1.9, 1.10 iax2.h, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list