summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-07 09:41:41 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-07 09:41:41 -0800
commit6f3bbdbbeebc126253a6177438a6eafc617935e1 (patch)
treed456f1169abe43dc41a392f5e993e70f28427621
parent852d218f7ce2cec1bfdb75fc164937c1c0332246 (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 3db1afd..8bebc51 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)
i128_drv_la_LTLIBRARIES = i128_drv.la
i128_drv_la_LDFLAGS = -module -avoid-version
i128_drv_ladir = @moduledir@/drivers