summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-10 16:47:03 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-10 16:47:03 -0800
commit61939906fb2cd08deab4e5fc0db01254bcf8f23e (patch)
treeeac4612158e7bd4b3edb798446e032b326bb5d57
parentca1c2cde889c267e7946a9e1475970d44a8cc164 (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 6aafc83..c746fa3 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)
s3virge_drv_la_LTLIBRARIES = s3virge_drv.la
s3virge_drv_la_LDFLAGS = -module -avoid-version
s3virge_drv_ladir = @moduledir@/drivers