Commit c68a8e29981bf9104d0a760736edc7acfb38f678

Ran Benita 2019-07-25T13:34:49

build: fixup autotools build after 97f41fe Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \