From 274b99e5e750228eba9a67773725a40ebaa9bf56 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 30 Mar 2007 17:06:43 -0700 Subject: Don't forget the warnings CFLAGS in subdirectories. --- src/sil164/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sil164') 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 -- cgit v1.2.3