summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-15 11:38:33 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-15 14:46:43 -0800
commit41c6269d2afba56eb287f38b4a4556ffa2b4428a (patch)
tree60166a3a0d55c6fafee693229389236a348684c1
parentca679b3e34468879b88322cf06f62d1c030bcda5 (diff)
Add X.Org's standard C warning flags to AM_CFLAGS
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 faa4e34..fa1116e 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@ @DRI_CFLAGS@
+AM_CFLAGS = $(BASE_CFLAGS) $(XORG_CFLAGS) $(DRI_CFLAGS)
tdfx_drv_la_LTLIBRARIES = tdfx_drv.la
tdfx_drv_la_LDFLAGS = -module -avoid-version
tdfx_drv_ladir = @moduledir@/drivers