From 66300521464033e5a11d9b11f5983b83268a53e7 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 17 Jan 2024 11:45:27 -0800 Subject: Move X.Org's standard C warning flags to AM_CFLAGS Signed-off-by: Alan Coopersmith --- configure.ac | 1 - src/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b4300e2..c7faf08 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,6 @@ XORG_DRIVER_CHECK_EXT(XINPUT, inputproto) # Checks for pkg-config packages PKG_CHECK_MODULES(XORG, [xorg-server >= 1.10.0] xproto $REQUIRED_MODULES) sdkdir=$(pkg-config --variable=sdkdir xorg-server) -XORG_CFLAGS="$CWARNFLAGS $XORG_CFLAGS" # Checks for libraries. diff --git a/src/Makefile.am b/src/Makefile.am index cfc8bb2..c263287 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,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 = $(CWARNFLAGS) $(XORG_CFLAGS) @DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la @DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version -- cgit v1.2.3