[SSSD] [PATCH] BUILD: Fix automake warning

Lukas Slebodnik lslebodn at redhat.com
Tue Oct 21 18:36:15 UTC 2014


ehlo,

simple patch is attached.

LS
-------------- next part --------------
>From d7167e03de65c4c54ba9b85dc5fb0264abc1e894 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn at redhat.com>
Date: Tue, 21 Oct 2014 19:31:24 +0200
Subject: [PATCH 1/2] BUILD: Fix automake warning

src/tests/cwrap/Makefile.am:45: warning: check_PROGRAMS was already
        defined in condition TRUE, which includes condition HAVE_CMOCKA
         and HAVE_NSS_WRAPPER and HAVE_UID_WRAPPER ...
src/tests/cwrap/Makefile.am:41: ... 'check_PROGRAMS' previously defined here

This patch also replace '\t' with spaces
---
 src/tests/cwrap/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am
index 28d60e7f5bc346543f51740ec4b2781a99a48909..d1f0e9e1b999814d8081af36f82e94f638452da4 100644
--- a/src/tests/cwrap/Makefile.am
+++ b/src/tests/cwrap/Makefile.am
@@ -42,10 +42,10 @@ check_PROGRAMS =
 if HAVE_CMOCKA
 if HAVE_NSS_WRAPPER
 if HAVE_UID_WRAPPER
-check_PROGRAMS = \
-	become_user-tests \
-	server-tests \
-	$(NULL)
+check_PROGRAMS += \
+    become_user-tests \
+    server-tests \
+    $(NULL)
 endif # HAVE_UID_WRAPPER
 endif # HAVE_NSS_WRAPPER
 endif # HAVE_CMOCKA
-- 
2.1.0



More information about the sssd-devel mailing list