[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


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
 




More information about the svn-commits mailing list