summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-04-01 15:45:47 +0000
committerShaun Ruffell <sruffell@digium.com>2010-04-01 15:45:47 +0000
commit53e9c773882369c5eaf68aad54b28e64ab1bf3a4 (patch)
tree14ffd5dee55b4ee52d9a96b4d4b91b2be09578e6
parent804297a35eb72fb7240160ed6a8f070ac5f7495a (diff)
dahdi_maint: install dahdi_maint on 'make install'
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8451 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 027975b..835e410 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ UTILS = dahdi_tool dahdi_test dahdi_monitor dahdi_speed sethdlc dahdi_cfg \
UTILS += patgen pattest patlooptest hdlcstress hdlctest hdlcgen \
hdlcverify timertest dahdi_maint
-BINS:=fxotune fxstest sethdlc dahdi_cfg dahdi_diag dahdi_monitor dahdi_speed dahdi_test dahdi_scan dahdi_tool
+BINS:=fxotune fxstest sethdlc dahdi_cfg dahdi_diag dahdi_monitor dahdi_speed dahdi_test dahdi_scan dahdi_tool dahdi_maint
BINS:=$(filter-out $(MENUSELECT_UTILS),$(BINS))
MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8))