summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2011-06-17 08:18:13 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2011-06-17 08:21:54 +0200
commit7966dfa47c4d2b022ebf0f25a2db3901376e6cbd (patch)
tree6bee8e11c506ead0a8e3119eee03a6f6e26e44d5 /configure.ac
parentd28613e557fcdc4fc69f9a138a8c5fc909a719f5 (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.ac2
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