summaryrefslogtreecommitdiffstats
path: root/src/tests/cwrap/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-05-27 11:22:20 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-19 18:48:13 +0200
commit7d8b7d82f0a91ed656320577fc781f24a66db9f8 (patch)
tree2cbf69045645258e3f659262be180c689c9ffce1 /src/tests/cwrap/Makefile.am
parentbf01e8179cbb2be476805340636098deda7e1366 (diff)
downloadsssd-7d8b7d82f0a91ed656320577fc781f24a66db9f8.tar.gz
sssd-7d8b7d82f0a91ed656320577fc781f24a66db9f8.tar.xz
sssd-7d8b7d82f0a91ed656320577fc781f24a66db9f8.zip
sysdb: add sysdb_search_user_by_cert() and sysdb_search_object_by_cert()
Related to https://fedorahosted.org/sssd/ticket/2596 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/tests/cwrap/Makefile.am')
-rw-r--r--src/tests/cwrap/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/cwrap/Makefile.am b/src/tests/cwrap/Makefile.am
index 46f815ab5..34b5d8bea 100644
--- a/src/tests/cwrap/Makefile.am
+++ b/src/tests/cwrap/Makefile.am
@@ -110,6 +110,7 @@ server_tests_LDADD = \
$(abs_top_builddir)/libsss_debug.la \
$(abs_top_builddir)/libsss_crypt.la \
$(abs_top_builddir)/libsss_test_common.la \
+ $(abs_top_builddir)/libsss_cert.la \
$(NULL)
usertools_tests_SOURCES = \
@@ -144,6 +145,7 @@ usertools_tests_LDADD = \
$(abs_top_builddir)/libsss_debug.la \
$(abs_top_builddir)/libsss_crypt.la \
$(abs_top_builddir)/libsss_test_common.la \
+ $(abs_top_builddir)/libsss_cert.la \
$(NULL)
responder_common_tests_SOURCES =\