diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 09:52:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 09:52:23 +0000 |
commit | ca3d2158b8e857bb281d4d928709629f6f6c6a18 (patch) | |
tree | a2a9875f132853f771f6f67ff829d023b1d4b60e /driver/xf86-video-siliconmotion/src/Makefile.am | |
parent | a670899944624826887fb694619f9d22c0051b09 (diff) |
Update to xf86-video-siliconmotion 1.7.4
Diffstat (limited to 'driver/xf86-video-siliconmotion/src/Makefile.am')
-rw-r--r-- | driver/xf86-video-siliconmotion/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/driver/xf86-video-siliconmotion/src/Makefile.am b/driver/xf86-video-siliconmotion/src/Makefile.am index 811b456e2..f3ee526be 100644 --- a/driver/xf86-video-siliconmotion/src/Makefile.am +++ b/driver/xf86-video-siliconmotion/src/Makefile.am @@ -23,7 +23,9 @@ # -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 = $(XORG_CFLAGS) $(CWARNFLAGS) $(PCIACCESS_CFLAGS) + siliconmotion_drv_la_LTLIBRARIES = siliconmotion_drv.la siliconmotion_drv_la_LDFLAGS = -module -avoid-version siliconmotion_drv_ladir = @moduledir@/drivers |