summaryrefslogtreecommitdiff
path: root/src/ivch
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-03-30 17:06:43 -0700
committerEric Anholt <eric@anholt.net>2007-03-30 17:19:22 -0700
commit274b99e5e750228eba9a67773725a40ebaa9bf56 (patch)
treef091acebc3b43cf9127f532535bd8eee20cefe90 /src/ivch
parentaa6a9abb34e93780c07563ab5b21d8c064ea0a1c (diff)
Don't forget the warnings CFLAGS in subdirectories.
Diffstat (limited to 'src/ivch')
-rw-r--r--src/ivch/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ivch/Makefile.am b/src/ivch/Makefile.am
index ace076c2..cf05c018 100644
--- a/src/ivch/Makefile.am
+++ b/src/ivch/Makefile.am
@@ -3,7 +3,8 @@
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(srcdir)/.. -I$(srcdir)/../modes
+AM_CFLAGS = @WARN_CFLAGS@ @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@ \
+ -I$(srcdir)/.. -I$(srcdir)/../modes
ivch_la_LTLIBRARIES = ivch.la
ivch_la_LDFLAGS = -module -avoid-version