summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)