Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv17526

Modified Files:
        Makefile 
Removed Files:
        pbx_wilcalu.c 
Log Message:
remove obsolete module (still available in CVS history if needed) (inspired by 
bug #4127)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile    27 Mar 2005 22:39:17 -0000      1.16
+++ Makefile    5 May 2005 01:03:24 -0000       1.17
@@ -20,11 +20,6 @@
 # Add KDE Console if appropriate
 #PBX_LIBS+=$(shell [ "$$QTDIR" != "" ] && echo "pbx_kdeconsole.so")
 
-#
-# Obsolete modules
-#
-#PBX_LIBS+=pbx_wilcalu.so
-
 GTK_FLAGS=`${CROSS_COMPILE_BIN}gtk-config --cflags gthread`
 GTK_LIBS=`${CROSS_COMPILE_BIN}gtk-config --libs gthread`
 MOC=$(QTDIR)/bin/moc
@@ -69,7 +64,6 @@
 
 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
 

--- pbx_wilcalu.c DELETED ---

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to