summaryrefslogtreecommitdiff
path: root/src/bios_reader
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-10-28 13:01:32 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-03-01 15:14:10 +0000
commitccd5869dedd857ed3cc40bfcdda93fa527f20057 (patch)
tree947d6c533791383c085bb906911ce152d49cc7bc /src/bios_reader
parentc2d312720105d44297a6ebe26123be0eb3571645 (diff)
configure: use CWARNFLAGS from xorg-macros.m4
Signed-off-by: Rémi Cardona <remi@gentoo.org> Acked-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 3c0a43b24cc7540cc139beca0ec2e4c202ff5593) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'src/bios_reader')
-rw-r--r--src/bios_reader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bios_reader/Makefile.am b/src/bios_reader/Makefile.am
index cff9e1a6..f2f9dc01 100644
--- a/src/bios_reader/Makefile.am
+++ b/src/bios_reader/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @PCIACCESS_CFLAGS@ \
+AM_CFLAGS = @CWARNFLAGS@ @XORG_CFLAGS@ @PCIACCESS_CFLAGS@ \
-DREG_DUMPER
noinst_PROGRAMS = bios_reader $(BIOS_DUMPER) $(SWF_DUMPER)