a885b2c253
Menuselect was originally included in the DAHDI-Tools repository with an svn external. Since git does not handle externals so well, menuselect is being brought into the tree directly. This allows menuselect to be present for all the commits on the 2.4, 2.5, and 2.6 releases. The command is: $ svn export http://svn.asterisk.org/svn/menuselect/trunk menuselect Signed-off-by: Shaun Ruffell <sruffell@digium.com>
23 lines
516 B
Plaintext
23 lines
516 B
Plaintext
# NOTE: Names of _INCLUDE and _LIB entries in this file must be
|
|
# the exact uppercase equivalents of the names used for
|
|
# dependencies in menuselect for the same package.
|
|
|
|
CC=@CC@
|
|
|
|
OSARCH=@HOST_OS@
|
|
MENUSELECT_DEBUG=@MENUSELECT_DEBUG@
|
|
|
|
# The frontend can use curses, ncurses, newt or gtk2
|
|
|
|
CURSES_INCLUDE=@CURSES_INCLUDE@
|
|
CURSES_LIB=@CURSES_LIB@
|
|
|
|
GTK2_INCLUDE=@GTK2_INCLUDE@
|
|
GTK2_LIB=@GTK2_LIB@
|
|
|
|
NCURSES_INCLUDE=@NCURSES_INCLUDE@
|
|
NCURSES_LIB=@NCURSES_LIB@
|
|
|
|
NEWT_INCLUDE=@NEWT_INCLUDE@
|
|
NEWT_LIB=@NEWT_LIB@
|