diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-05 17:54:12 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-05 17:54:12 -0800 |
commit | b74c0a1326386a7186c7c8c157a5063d4b417fb2 (patch) | |
tree | 63c5ab55a3e2f2af7704e2b6c2dab9149388cf0c /shared/Makefile.am | |
parent | 1ed3ed39fc47058f56db11f0d59d586bdbb05050 (diff) |
Add X.Org's standard C warning flags to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'shared/Makefile.am')
-rw-r--r-- | shared/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/Makefile.am b/shared/Makefile.am index c1b6ca9..764534c 100644 --- a/shared/Makefile.am +++ b/shared/Makefile.am @@ -24,4 +24,4 @@ lib@DRIVER_NAME@_la_SOURCES = @DRIVER_NAME@_defs.h \ @DRIVER_NAME@_proto.c @DRIVER_NAME@_proto.h AM_CPPFLAGS = $(XORG_CFLAGS) - +AM_CFLAGS = $(BASE_CFLAGS) |