aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-18 01:32:24 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-18 01:32:24 +0000
commit70ae1d18dbb3fc9c760798ef2c2c12038ef5cebd (patch)
tree1262475648b1f4ecd72ac5fd1fca63d7553c6070 /apps/Makefile
parent05f5a949bddf2b8b2c249d9fc114acd6582ade93 (diff)
Delete old app_qcall (obsolete)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4032 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 537878820..189cc9fa9 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -72,6 +72,7 @@ app_rpt.so : app_rpt.o
install: all
for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
+ rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
app_voicemail.so : app_voicemail.o
ifeq ($(USE_MYSQL_VM_INTERFACE),1)