summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-17 16:37:45 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-17 16:37:45 +0000
commit91d0a6d645e95755c4ae0f0a13919eeb213f6606 (patch)
tree0e641c7a510b38ef98488034a58c4bb844f8f90d /makeopts.in
parentf7f65478b89f314b854566f8daa8f5d54db73f57 (diff)
* Fix names of libraries: dahdi_tool builds.
* Honor --with-dahdi=custom/path git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4369 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/makeopts.in b/makeopts.in
index c2bf075..08befb1 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -26,7 +26,7 @@ sysconfdir = @sysconfdir@
DOWNLOAD=@DOWNLOAD@
-PBX_LIBNEWT=@PBX_LIBNEWT@
+PBX_NEWT=@PBX_NEWT@
NEWT_LIB=@NEWT_LIB@
NEWT_INCLUDE=@NEWT_INCLUDE@
@@ -36,10 +36,12 @@ CURSES_INCLUDE=@CURSES_INCLUDE@
NCURSES_LIB=@NCURSES_LIB@
NCURSES_INCLUDE=@NCURSES_INCLUDE@
-PBX_LIBUSB=@PBX_LIBUSB@
+PBX_USB=@PBX_USB@
USB_LIB=@USB_LIB@
USB_INCLUDE=@USB_INCLUDE@
+DAHDI_INCLUDE=@DAHDI_INCLUDE@
+
USE_SELINUX=@USE_SELINUX@
PPPD_VERSION=@PPPD_VERSION@