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/ch7017 | |
parent | aa6a9abb34e93780c07563ab5b21d8c064ea0a1c (diff) |
Don't forget the warnings CFLAGS in subdirectories.
Diffstat (limited to 'src/ch7017')
-rw-r--r-- | src/ch7017/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch7017/Makefile.am b/src/ch7017/Makefile.am index 45bf699e..d757b3ca 100644 --- a/src/ch7017/Makefile.am +++ b/src/ch7017/Makefile.am @@ -5,6 +5,8 @@ # 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@ @XORG_CFLAGS@ @DRI_CFLAGS@ @XMODES_CFLAGS@ + ch7017_la_LTLIBRARIES = ch7017.la ch7017_la_LDFLAGS = -module -avoid-version ch7017_ladir = @moduledir@/drivers |