From 8ee383e9b9470c16af3122f1d6e971fea3cfb1e4 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 19 Jan 2007 15:32:17 +0000 Subject: [PATCH] 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 --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makeopts.in b/makeopts.in index 5db8846989..792afc6dee 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@