diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-04-24 02:31:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-04-24 02:31:23 -0700 |
commit | 6e13b31347c298e72f0f4bcaf94b56172a48bd5c (patch) | |
tree | 0dea1d8a14fd0a976adf88752daee0a2394a4205 /src/Makefile.am | |
parent | 19b9d2335a89269b271583101d4fe377c5dfdddf (diff) |
Replace static ChangeLog with XORG_CHANGELOG, use XORG_CWARNFLAGS too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'src/Makefile.am')
-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 88f6fa1..f2cb24f 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 = @XORG_CFLAGS@ $(CWARNFLAGS) cirrus_drv_la_LTLIBRARIES = cirrus_drv.la cirrus_drv_la_LDFLAGS = -module -avoid-version |