build: fixup autotools build after 97f41fe Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/Makefile.am b/Makefile.am
index 4711cb8..9f41db9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -204,7 +204,8 @@ AM_TESTS_ENVIRONMENT = \
XKB_LOG_LEVEL=debug; export XKB_LOG_LEVEL; \
XKB_LOG_VERBOSITY=10; export XKB_LOG_VERBOSITY; \
$(XORG_MALLOC_DEBUG_ENV) \
- top_srcdir=$(top_srcdir)
+ top_srcdir=$(top_srcdir) \
+ top_builddir=$(top_builddir)
build_run_tests = \
test/keysym \