aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-01 14:51:24 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-01 14:51:24 +0000
commit52fc8d4513f71438ea4b26f45e52a01e755a12cf (patch)
tree3969a9d7e027f8311667748964a6b97e78ff1920 /Makefile
parentc7af0bf7ffc9d11b3041f19aa0914b66fc3a0eba (diff)
add autosupport script for Digium support (bug #3685)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5114 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6ff5fe99..79dee3875 100755
--- a/Makefile
+++ b/Makefile
@@ -377,6 +377,7 @@ bininstall: all
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
install -m 755 asterisk $(DESTDIR)$(ASTSBINDIR)/
install -m 755 contrib/scripts/astgenkey $(DESTDIR)$(ASTSBINDIR)/
+ install -m 755 contrib/scripts/autosupport $(DESTDIR)$(ASTSBINDIR)/
if [ ! -f $(DESTDIR)$(ASTSBINDIR)/safe_asterisk ]; then \
install -m 755 contrib/scripts/safe_asterisk $(DESTDIR)$(ASTSBINDIR)/ ;\
fi