diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-17 08:18:13 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-17 08:21:54 +0200 |
commit | 7966dfa47c4d2b022ebf0f25a2db3901376e6cbd (patch) | |
tree | 6bee8e11c506ead0a8e3119eee03a6f6e26e44d5 /saa | |
parent | d28613e557fcdc4fc69f9a138a8c5fc909a719f5 (diff) |
vmwgfx, saa: Build saa as a convenience library
instead of as a shared object.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'saa')
-rw-r--r-- | saa/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saa/Makefile.am b/saa/Makefile.am index 4f56d3f..849ced9 100644 --- a/saa/Makefile.am +++ b/saa/Makefile.am @@ -1,7 +1,7 @@ -libsaa_la_LTLIBRARIES = libsaa.la -libsaa_ladir = @libdir@ +noinst_LTLIBRARIES = libsaa.la libsaa_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) +libsaa_la_LDFLAGS = -static libsaa_la_SOURCES = \ saa.c \ saa_pixmap.c \ |