~ubuntu-branches/ubuntu/quantal/wvdial/quantal

« back to all changes in this revision

Viewing changes to config.defaults.mk

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Randrianiriana
  • Date: 2011-01-09 18:59:33 UTC
  • mfrom: (3.3.1 experimental) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110109185933-kxifjmo0g6dggf42
Tags: 1.61-2
* New upstream release in unstable:
  + FAQ URL updated (LP: #415524).
* Updated manpage pon.wvdial.1
* Prevent ftbfs with binutils-gold and gcc 4.5 (Closes: #608018, #609573).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
COMPILER_STANDARD=posix
 
2
EXEEXT=
 
3
INSTALL=/usr/bin/install -c
 
4
INSTALL_DATA=${INSTALL} -m 644
 
5
INSTALL_PROGRAM=${INSTALL}
 
6
INSTALL_SCRIPT=${INSTALL}
 
7
LN_S=ln -s
 
8
LN=ln
 
9
MOC=/usr/bin/moc
 
10
 
 
11
LIBS_DBUS=-ldbus-1
 
12
LIBS_QT=-lqt-mt
 
13
LIBS_PAM=-lpam
 
14
LIBS_TCL=
 
15
 
 
16
prefix=/usr/local
 
17
datadir=${prefix}/share
 
18
includedir=${prefix}/include
 
19
infodir=${prefix}/share/info
 
20
localstatedir=${prefix}/var
 
21
mandir=${prefix}/share/man
 
22
sharedstatedir=${prefix}/com
 
23
sysconfdir=${prefix}/etc
 
24
 
 
25
exec_prefix=${prefix}
 
26
bindir=${exec_prefix}/bin
 
27
libdir=${exec_prefix}/lib
 
28
libexecdir=${exec_prefix}/libexec
 
29
sbindir=${exec_prefix}/sbin
 
30
 
 
31
enable_debug=yes
 
32
enable_optimization=no
 
33
enable_resolver_fork=
 
34
enable_warnings=
 
35
enable_testgui=