diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2012-01-13 17:14:47 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2012-01-13 17:32:11 +0100 |
commit | c5af120177949c82cbd0611da565fef9c2c829cb (patch) | |
tree | a3cfcda31e3b0b77d3cebf03ee6e1ecb3c957e7e /configure.ac | |
parent | e6d03aceb1195de0b490f39024f34a33b1a8f6fc (diff) |
Make the driver build pass "make distcheck"
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@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 3aec9af..0749a76 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,7 @@ if test x$BUILD_VMWGFX = xyes; then AC_MSG_RESULT([yes]) AC_SYS_LARGEFILE VMWGFX_DIRS="saa vmwgfx" - VMWGFX_LIBADD='$(top_srcdir)/vmwgfx/libvmwgfx.la' + VMWGFX_LIBADD='$(top_builddir)/vmwgfx/libvmwgfx.la' AC_CONFIG_FILES([ saa/Makefile vmwgfx/Makefile |