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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4580ee..8deae86 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,7 @@ AC_SUBST([DRIVER_NAME]) VMWGFX_DIRS= if test x$BUILD_VMWGFX = xyes; then - VMWGFX_DIRS="vmwgfx saa" + VMWGFX_DIRS="saa vmwgfx" AC_CONFIG_FILES([ saa/Makefile vmwgfx/Makefile |