mirror of
https://github.com/X11Libre/xf86-video-ark.git
synced 2026-04-14 11:05:02 +00:00
Add X.Org's standard C warning flags to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
# _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) $(PCIACCESS_CFLAGS)
|
||||
AM_CFLAGS = $(BASE_CFLAGS) $(XORG_CFLAGS) $(PCIACCESS_CFLAGS)
|
||||
|
||||
ark_drv_la_LTLIBRARIES = ark_drv.la
|
||||
ark_drv_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
Reference in New Issue
Block a user