From d1ac6ffc1399df928d768068231576b2ac3f5abe Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Wed, 18 Sep 2013 14:27:00 -0400 Subject: Fix make distcheck * set util binary paths relative to top_builddir * set pactest.py path relative to top_srcdir * include tap.py in check_SCRIPTS Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 77bc06da..f81fd79e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,13 +31,13 @@ include $(top_srcdir)/test/pacman/tests/TESTS TEST_EXTENSIONS = .py AM_TESTS_ENVIRONMENT = \ - PMTEST_UTIL_DIR=$(top_srcdir)/src/util/; export PMTEST_UTIL_DIR; \ + PMTEST_UTIL_DIR=$(top_builddir)/src/util/; export PMTEST_UTIL_DIR; \ PMTEST_SCRIPTLIB_DIR=$(top_srcdir)/scripts/library/; export PMTEST_SCRIPTLIB_DIR; TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/build-aux/tap-driver.sh PY_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/build-aux/tap-driver.sh -PY_LOG_COMPILER = test/pacman/pactest.py +PY_LOG_COMPILER = $(top_srcdir)/test/pacman/pactest.py AM_PY_LOG_FLAGS = \ --scriptlet-shell $(SCRIPTLET_SHELL) \ --ldconfig $(LDCONFIG) \ -- cgit v1.2.3-24-g4f1b