diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-05 18:45:12 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-05 18:45:12 -0800 |
commit | 338ec0a2170ea3e631cd0e7a997e4fcc28b0f646 (patch) | |
tree | f6b958de9fb5562e14fa0bcbc0378d3e069419ce /src | |
parent | 3262c6e82f3697ba9191c99000dd3a1303f42c70 (diff) |
Add X.Org's standard C warning flags to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aa357b8..5f1b4e6 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) ast_drv_la_LTLIBRARIES = ast_drv.la ast_drv_la_LDFLAGS = -module -avoid-version |