summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-10-21 19:31:24 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-22 23:31:26 +0200
commit37d4520aea8d02701edc7a2c4d1407430b22860c (patch)
tree452cd4fed843f53496a4f780c8752c351b58046a /src/tests
parentde830a6c4b032ec21c2aad9f7b56fd80fe09817b (diff)
downloadsssd-37d4520aea8d02701edc7a2c4d1407430b22860c.tar.gz
sssd-37d4520aea8d02701edc7a2c4d1407430b22860c.tar.xz
sssd-37d4520aea8d02701edc7a2c4d1407430b22860c.zip
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 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/cwrap/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am
index 28d60e7f5..d1f0e9e1b 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