sinnykumari / rpms / sssd

Forked from rpms/sssd 5 years ago
Clone

Blame 0002-Don-t-use-srcdir-with-tests.patch

9507d12
From 2cdcd10751f2e3f152124f698ae35d7947ca4771 Mon Sep 17 00:00:00 2001
9507d12
From: Jakub Hrozek <jhrozek@redhat.com>
9507d12
Date: Thu, 31 Jan 2013 18:52:08 +0100
9507d12
Subject: [PATCH] Don't use srcdir with tests
9507d12
9507d12
Fixes build with automake 1.13 or newer.
9507d12
---
9507d12
 Makefile.am | 6 +++---
9507d12
 1 file changed, 3 insertions(+), 3 deletions(-)
9507d12
9507d12
diff --git a/Makefile.am b/Makefile.am
9507d12
index 8a47af8ddb4eb274d390ec0bf3010736cb23b992..64708216103e48facf780f246de5668c8e0b26a7 100644
9507d12
--- a/Makefile.am
9507d12
+++ b/Makefile.am
9507d12
@@ -146,9 +146,9 @@ check_PROGRAMS = \
9507d12
 PYTHON_TESTS =
9507d12
 
9507d12
 if BUILD_PYTHON_BINDINGS
9507d12
-PYTHON_TESTS += $(srcdir)/src/config/SSSDConfigTest.py \
9507d12
-                $(srcdir)/src/tests/pyhbac-test.py \
9507d12
-                $(srcdir)/src/tests/pysss_murmur-test.py
9507d12
+PYTHON_TESTS += src/config/SSSDConfigTest.py \
9507d12
+                src/tests/pyhbac-test.py \
9507d12
+                src/tests/pysss_murmur-test.py
9507d12
 endif
9507d12
 
9507d12
 TESTS = \
9507d12
-- 
9507d12
1.8.1
9507d12