summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:19:32 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 15:19:32 +0000
commitf93386feb19cc26c0e10ba9208afaba7a790ee5c (patch)
tree2b798a77280c8c524dc990f0d84f758884c374a9 /Makefile
parent04128951db339ddfd7905adf92990f00a3a01447 (diff)
various minor fixes and get dahdi_tool to actually be built
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4340 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36c95f4..644fea6 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ UTILS += patgen pattest patlooptest hdlcstress hdlctest hdlcgen \
UTILSO = $(UTILS:%=%.o)
-BINS:=fxotune fxstest sethdlc dahdi_cfg dahdi_diag dahdi_monitor dahdi_speed dahdi_test dahdi_scan
+BINS:=fxotune fxstest sethdlc dahdi_cfg dahdi_diag dahdi_monitor dahdi_speed dahdi_test dahdi_scan dahdi_tool
BINS:=$(filter-out $(MENUSELECT_UTILS),$(BINS))
MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8))