From f427b36b0cecc426856ab3f77a9c684ac355659d Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 16 Apr 2013 10:48:17 +0200 Subject: Add idmap context to nss context This allows the nss responder to use libsss_idmap to convert between different SID representations. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 83ea19a7..958a56a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -617,6 +617,7 @@ sssd_nss_SOURCES = \ sssd_nss_LDADD = \ $(TDB_LIBS) \ $(SSSD_LIBS) \ + libsss_idmap.la \ libsss_util.la sssd_pam_SOURCES = \ -- cgit