aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 04:44:49 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-21 04:44:49 +0000
commit675ed572d3de536b4eaf4b3b9cebc445d303d9f6 (patch)
tree74e9ca3c9af9a2ffc2f287fc8e88b8d44e4f659c /Makefile
parent523d1905d3eef5da9d804f7999156c4c25aaf4d3 (diff)
Install "autosupport" by default...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4864 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 821aa612b..25e2e7637 100755
--- a/Makefile
+++ b/Makefile
@@ -410,6 +410,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