aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-05 01:03:24 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-05 01:03:24 +0000
commit27b7a4d452bcd79a949d19f0537c94927333f70e (patch)
treee1e5c1870905b3e2f9794149a22aec04608378d1 /pbx/Makefile
parentbeabc5e3e5e6890d991e66f6c556c1287847085f (diff)
remove obsolete module (still available in CVS history if needed) (inspired by bug #4127)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5581 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/Makefile')
-rwxr-xr-xpbx/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index c8a348321..21f4928d8 100755
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -20,11 +20,6 @@ PBX_LIBS=pbx_config.so pbx_spool.so pbx_dundi.so pbx_loopback.so pbx_realtime.so
# 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 @@ endif
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