summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-15 11:28:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-15 11:28:52 -0800
commit8dddea0a56d67d6105dea0b59d7ea5f6947b13f5 (patch)
tree6dcd22bc72636ce512f38d6b1200476777e4a887
parent2882c966bdb1ecf5474c267534082bc0c86b401d (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 1f7e4a1..915fb8a 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)
sisusb_drv_la_LTLIBRARIES = sisusb_drv.la
sisusb_drv_la_LDFLAGS = -module -avoid-version
sisusb_drv_ladir = @moduledir@/drivers