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 12:29:28 -0800
commitcf294ca4ea3ea0fbfeb521e8e675e450941cba5b (patch)
tree36cd6dd68ace77d428f6aa3d833eb53c3ec038b9
parent73de997ff4b6479e32b7e86305d6b0f68257691a (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 a4c88f7..07ac2cf 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)
suncg3_drv_la_LTLIBRARIES = suncg3_drv.la
suncg3_drv_la_LDFLAGS = -module -avoid-version
suncg3_drv_ladir = @moduledir@/drivers