~ubuntu-branches/ubuntu/oneiric/clif/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2004-08-04 22:38:36 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040804223836-bp1kgibf6ay090p5
Tags: 0.93-7
* debian/control:
  + Build-depend on libxt-dev because AC_PATH_X requires it.
* debian/rules:
  + Reverted --x-includes --x-libraries change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
YACC = @YACC@
31
31
YACCFLAGS = -dv
32
32
LEX = @LEX@
33
 
CFLAGS = @CFLAGS@
 
33
CFLAGS = @CFLAGS@ -Wall
34
34
INCLUDES = -I. -I$(srcdir) -I$(srcdir)/example
35
35
X_CFLAGS = @X_CFLAGS@
36
36
X_LIBS = @X_LIBS@ -lX11