summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-07 09:53:23 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-07 09:53:23 -0800
commit102fe6d880e5b1cd1b06b2d29b528026918d6eb5 (patch)
tree4e1da672d23f48b52803dc5c41d6813661bbc2c4
parent2135e795c8868b6ceec7b098d337e26811e0e867 (diff)
Add X.Org's standard C warning flags to AM_CFLAGSHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e447b8..0b9f47a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@
# -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 = @XORG_CFLAGS@
+AM_CFLAGS = $(BASE_CFLAGS) $(XORG_CFLAGS)
i740_drv_la_LTLIBRARIES = i740_drv.la
i740_drv_la_LDFLAGS = -module -avoid-version
i740_drv_ladir = @moduledir@/drivers