summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fa563de0d..1d80c3671 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -816,6 +816,7 @@ libsss_util_la_LIBADD = \
libsss_debug.la \
libsss_child.la \
libsss_crypt.la \
+ libsss_cert.la \
$(NULL)
if BUILD_SUDO
libsss_util_la_SOURCES += src/db/sysdb_sudo.c