diff options
author | Simo Sorce <simo@redhat.com> | 2012-01-03 02:46:40 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-19 09:45:25 -0400 |
commit | 10eae23e2483733d4ca3c21f15b5bdb3f04c9839 (patch) | |
tree | 7c9364283ed6ea554c5e41a9fdd3726e9a378618 /Makefile.am | |
parent | c3ef027218fe9a7d16a70ca9d2f53e3d995e369f (diff) | |
download | sssd-10eae23e2483733d4ca3c21f15b5bdb3f04c9839.tar.gz sssd-10eae23e2483733d4ca3c21f15b5bdb3f04c9839.tar.bz2 sssd-10eae23e2483733d4ca3c21f15b5bdb3f04c9839.zip |
sss_client: shared memory cache group map support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4c4f23d7..bdbfd481 100644 --- a/Makefile.am +++ b/Makefile.am @@ -958,6 +958,7 @@ libnss_sss_la_SOURCES = \ src/sss_client/nss_mc_common.c \ src/util/murmurhash3.c \ src/sss_client/nss_mc_passwd.c \ + src/sss_client/nss_mc_group.c \ src/sss_client/nss_mc.h libnss_sss_la_LDFLAGS = \ -module \ |