aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-14 15:50:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-14 15:50:49 +0000
commit70ba0ec26db55a30927a20513ff7958b92895035 (patch)
tree1038ba5510d7b25e122cbe93cc82ea534766f501 /makeopts.in
parent4b7add369a1a77105a5f2738eb4e8c68be8b7c46 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@82385 f38db490-d61c-443f-a65b-d21fe96a405b
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 4d582c7f7..0000f20d5 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -152,6 +152,9 @@ SSL_LIB=@OPENSSL_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@