summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-02-01 18:39:41 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-02-01 18:39:41 +0000
commit7d03c33e0a63d431b6551cbe2ef13f9fb2aaa636 (patch)
tree6a2ab56c89ec254ff4692703dd51d495c9d7186f /apps/Makefile
parent286a521e1135aaa655577646bfcfd7a98f2fb2dc (diff)
Allows for user to uninstall asterisk binaries
bug 6177 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index a5e195f98..2182acb65 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -92,6 +92,8 @@ install: all
rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so
rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so
+uninstall:
+
app_curl.so: app_curl.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS)