summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-01 03:32:51 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-01 03:32:51 +0000
commit4fcfbecfd91eacf8fc7441e3c645e0f72277b650 (patch)
treed3232dfe5d5d701a5653e470fb2fe2590e0b94eb /makeopts.in
parent9162d9b002869a86d654b2bba58657384650f873 (diff)
* Maintain the same meaning of DESTDIR and INSTALL_PREFIX as in main
Makefile * Document ppp support to the best of my knowledge. * Err clearly if the VERSION was not found. * Add some basic/broken detection of ppp in autoconf. Merged revisions 2987 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2990 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/makeopts.in b/makeopts.in
index 5022e51..0babc06 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -36,6 +36,7 @@ NCURSES_LIB=@NCURSES_LIB@
NCURSES_INCLUDE=@NCURSES_INCLUDE@
PBX_LIBUSB=@PBX_LIBUSB@
-USB_LIB=@NCURSES_LIB@
+USB_LIB=@USB_LIB@
USB_INCLUDE=@USB_INCLUDE@
+PPPD_VERSION=@PPPD_VERSION@