summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-01-19 15:32:17 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-01-19 15:32:17 +0000
commit8ee383e9b9470c16af3122f1d6e971fea3cfb1e4 (patch)
tree334dd0660b7c213565af2093036115144c99beca /makeopts.in
parent68a84d56e3dc473aec412ae30cf6a05cdc5e73f7 (diff)
forgot to add BKTR_INCLUDE and BKTR_LIB in makeopts.in
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 5db884698..792afc6de 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -173,6 +173,9 @@ SUPPSERV_LIB=@SUPPSERV_LIB@
CAP_LIB=@CAP_LIB@
CAP_INCLUDE=@CAP_INCLUDE@
+BKTR_INCLUDE=@BKTR_INCLUDE@
+BKTR_LIB=@BKTR_LIB@
+
TERMCAP_INCLUDE=@TERMCAP_INCLUDE@
TERMCAP_LIB=@TERMCAP_LIB@
TERMCAP_DIR=@TERMCAP_DIR@