diff options
author | Eric Anholt <eric@anholt.net> | 2007-03-30 17:06:43 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-03-30 17:19:22 -0700 |
commit | 274b99e5e750228eba9a67773725a40ebaa9bf56 (patch) | |
tree | f091acebc3b43cf9127f532535bd8eee20cefe90 /src/sil164 | |
parent | aa6a9abb34e93780c07563ab5b21d8c064ea0a1c (diff) |
Don't forget the warnings CFLAGS in subdirectories.
Diffstat (limited to 'src/sil164')
-rw-r--r-- | src/sil164/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sil164/Makefile.am b/src/sil164/Makefile.am index ac1b33ca..de17bd05 100644 --- a/src/sil164/Makefile.am +++ b/src/sil164/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 sil164_la_LTLIBRARIES = sil164.la sil164_la_LDFLAGS = -module -avoid-version |