summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2012-04-25 09:16:41 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-05-01 14:22:51 -0400
commitb6dfbf81c61d4431aaa81687ec53e892f8b71edb (patch)
tree783f2e567335b2a57f8a21ee99847bfb05add78d /Makefile.am
parentc8a124ac1b03d83016bda02cad5a369ce6fb1cd7 (diff)
downloadsssd-b6dfbf81c61d4431aaa81687ec53e892f8b71edb.tar.gz
sssd-b6dfbf81c61d4431aaa81687ec53e892f8b71edb.tar.xz
sssd-b6dfbf81c61d4431aaa81687ec53e892f8b71edb.zip
Allow different SID representations in libidmap
Besides as strings it is now possible to use binary SIDs or a struct containing all SID information. Functions to convert between these formats are added as well.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 812d1aca4..985e948ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -407,7 +407,8 @@ dist_noinst_HEADERS = \
src/resolv/ares/ares_parse_txt_reply.h \
src/resolv/ares/ares_data.h \
src/tests/common.h \
- src/sss_client/ssh/sss_ssh_client.h
+ src/sss_client/ssh/sss_ssh_client.h \
+ src/lib/idmap/sss_idmap_private.h
if HAVE_NSS
@@ -494,7 +495,8 @@ libipa_hbac_la_LDFLAGS = \
dist_pkgconfig_DATA += src/lib/idmap/sss_idmap.pc
libsss_idmap_la_SOURCES = \
- src/lib/idmap/sss_idmap.c
+ src/lib/idmap/sss_idmap.c \
+ src/lib/idmap/sss_idmap_conv.c
libsss_idmap_la_LDFLAGS = \
-version 1:0:1