From a8a1001b3e1fba4ecc9e96d25cc6408f7041b05b 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 42ef8e0f..fc5595e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,8 +100,8 @@ check_PROGRAMS = \ PYTHON_TESTS = if BUILD_PYTHON_BINDINGS -PYTHON_TESTS += $(srcdir)/src/config/SSSDConfigTest.py \ - $(srcdir)/src/tests/pyhbac-test.py +PYTHON_TESTS += src/config/SSSDConfigTest.py \ + src/tests/pyhbac-test.py endif TESTS = \ -- cgit