~ubuntu-branches/ubuntu/saucy/flwm/saucy-proposed

« back to all changes in this revision

Viewing changes to makeinclude.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2008-05-14 14:56:40 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080514145640-4ibhaz7f2zfo36tg
Tags: 1.02+cvs20080422-2
* Added 03-parantheses-warnings.dpatch. It adds some parantheses in the code
  and avoids so on some warnings from the compiler.
* Some minor header fixes for the 01 and 02 dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
# flags for C++ compiler:
18
18
CFLAGS          =@CFLAGS@
19
 
CFLAGS_D        =@CFLAGS_D@
20
19
CXXFLAGS        =@CXXFLAGS@
21
 
CXXFLAGS_D      =@CXXFLAGS_D@
22
20
 
23
21
# libraries to link with:
24
 
LDLIBS  =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
 
22
LIBS    =@LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
25
23
 
26
24
INSTALL =@INSTALL@