summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-09-21 16:05:00 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-10-08 13:46:49 +0200
commita4ed6c3a56b68f0deb27f291df510c3ba735f836 (patch)
treef89a30a97228ce327db7b684e097d0cb65185804
parent8f61739e0de45ce2ee3be436fc91ef12a1a1c4f3 (diff)
downloadsssd-a4ed6c3a56b68f0deb27f291df510c3ba735f836.tar.gz
sssd-a4ed6c3a56b68f0deb27f291df510c3ba735f836.tar.xz
sssd-a4ed6c3a56b68f0deb27f291df510c3ba735f836.zip
BUILD: Remove unused variable TEST_MOCK_OBJ
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e2f634758..235980e79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2066,7 +2066,6 @@ fqnames_tests_LDADD = \
libsss_test_common.la
nestedgroups_tests_SOURCES = \
- $(TEST_MOCK_OBJ) \
$(TEST_MOCK_PROVIDER_OBJ) \
src/providers/ldap/sdap_idmap.c \
src/tests/cmocka/test_nested_groups.c \
@@ -2437,7 +2436,6 @@ test_child_common_LDADD = \
$(NULL)
responder_cache_req_tests_SOURCES = \
- $(TEST_MOCK_OBJ) \
$(TEST_MOCK_RESP_OBJ) \
src/tests/cmocka/test_responder_cache_req.c \
$(NULL)