From fa551077410019fb34460dc730950e93b62b2963 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 31 Jan 2013 18:52:08 +0100 Subject: Don't use srcdir with tests Fixes build with automake 1.13 or newer. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8a47af8dd..647082161 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,9 +146,9 @@ check_PROGRAMS = \ PYTHON_TESTS = if BUILD_PYTHON_BINDINGS -PYTHON_TESTS += $(srcdir)/src/config/SSSDConfigTest.py \ - $(srcdir)/src/tests/pyhbac-test.py \ - $(srcdir)/src/tests/pysss_murmur-test.py +PYTHON_TESTS += src/config/SSSDConfigTest.py \ + src/tests/pyhbac-test.py \ + src/tests/pysss_murmur-test.py endif TESTS = \ -- cgit