summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-08 18:24:13 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-08 18:24:13 +0000
commit4b45bea77154133fb81d235e64bee86d61254129 (patch)
tree37a5d6e2b552985c5edef0a03bf323b1b2af520d /makeopts.in
parentf64ee93dd9dc64715746505e24e7950eace56329 (diff)
Disable menuselect in dahdi-tools
* Remove targets from the Makefile * report PBX_HDLC in makeopts * Only build sethdlc is PBX_HDLC is 1 * Only build dahdi_tool is PBX_NEWT is 1 * fxstest and dahdi_diag are not included in the default target For now the only way to manually disable building a certain tool is by changing the value of BINS in Makefile. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Acked-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10411 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 9d01d76..a892a76 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -38,6 +38,8 @@ PBX_USB=@PBX_USB@
USB_LIB=@USB_LIB@
USB_INCLUDE=@USB_INCLUDE@
+PBX_HDLC=@PBX_HDLC@
+
DAHDI_INCLUDE=@DAHDI_INCLUDE@
USE_SELINUX=@USE_SELINUX@