summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-09-14 15:52:28 +0000
committerRussell Bryant <russell@russellbryant.com>2007-09-14 15:52:28 +0000
commitbf28185fced1b162c660d408903273535bd05099 (patch)
treef59e9577fc4505694afea5e201e5295c29fbaa1b /makeopts.in
parente14ac6f380598fd154a43d30f0bb8971ebba8b4e (diff)
Merged revisions 82385 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r82385 | russell | 2007-09-14 10:50:49 -0500 (Fri, 14 Sep 2007) | 3 lines Add checking for libusb here, so nobody has to deal with conflicts in the chan_usbradio-1.4 branch every time the configure script gets changed ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82386 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 1bbbdbb01..d08f75636 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -162,6 +162,9 @@ CRYPTO_LIB=@CRYPTO_LIB@
TONEZONE_INCLUDE=@TONEZONE_INCLUDE@
TONEZONE_LIB=@TONEZONE_LIB@
+USB_INCLUDE=@USB_INCLUDE@
+USB_LIB=@USB_LIB@
+
UNIXODBC_INCLUDE=@UNIXODBC_INCLUDE@
UNIXODBC_LIB=@UNIXODBC_LIB@