summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-17 14:19:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-17 14:19:53 -0800
commit546c0e93adc535dfaaa66277928887c8dc1f8e13 (patch)
tree63021767c07a44a270ca403ad0d0809827cf5bd8
parentcfda59347e3a04415340a99f925a9cd85c0531b2 (diff)
Add X.Org's standard C warning flags to AM_CFLAGSHEADmaster
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 81f8967..068f5a3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ lib_LTLIBRARIES = libXxf86vm.la
libXxf86vm_la_SOURCES = XF86VMode.c
-AM_CFLAGS = $(XXF86VM_CFLAGS) $(MALLOC_ZERO_CFLAGS)
+AM_CFLAGS = $(BASE_CFLAGS) $(XXF86VM_CFLAGS) $(MALLOC_ZERO_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/include
libXxf86vm_la_LIBADD = $(XXF86VM_LIBS)