~ubuntu-branches/ubuntu/saucy/dahdi-tools/saucy-proposed

« back to all changes in this revision

Viewing changes to menuselect/makeopts.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-08-25 12:48:37 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130825124837-wtefi7f9dsihg8is
Tags: 1:2.7.0-1ubuntu1
* Merge from debian. Remaining changes:
  - debian/control: Added gawk as dependency for dkms build
  - debian/control: Package dahdi Depends on dahdi-dkms | dahdi-source
  - debian/control: Set ubuntu maintainer    
  - added debian/dahdi.postinst
  - debian/control: Removed Uploaders field.
  - added debian/dahdi.postinst
  - added --error-handler=init_failed to debian/rules
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# NOTE: Names of _INCLUDE and _LIB entries in this file must be
2
 
#       the exact uppercase equivalents of the names used for
3
 
#       dependencies in menuselect for the same package.
4
 
 
5
 
CC=@CC@
6
 
 
7
 
OSARCH=@HOST_OS@
8
 
MENUSELECT_DEBUG=@MENUSELECT_DEBUG@
9
 
 
10
 
# The frontend can use curses, ncurses, newt or gtk2
11
 
 
12
 
CURSES_INCLUDE=@CURSES_INCLUDE@
13
 
CURSES_LIB=@CURSES_LIB@
14
 
 
15
 
GTK2_INCLUDE=@GTK2_INCLUDE@
16
 
GTK2_LIB=@GTK2_LIB@
17
 
 
18
 
NCURSES_INCLUDE=@NCURSES_INCLUDE@
19
 
NCURSES_LIB=@NCURSES_LIB@
20
 
 
21
 
NEWT_INCLUDE=@NEWT_INCLUDE@
22
 
NEWT_LIB=@NEWT_LIB@