diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-08-23 16:05:47 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:37 -0400 |
commit | f128b7b865062da662127712935dcc58bd022384 (patch) | |
tree | bef6687ca4bebddf3d57c49f77a65697eecba44b /Makefile.am | |
parent | f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5 (diff) | |
download | sssd-f128b7b865062da662127712935dcc58bd022384.tar.gz sssd-f128b7b865062da662127712935dcc58bd022384.tar.xz sssd-f128b7b865062da662127712935dcc58bd022384.zip |
Add support for netgroups to NSS sss_client
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0cd39d969..a7da3a436 100644 --- a/Makefile.am +++ b/Makefile.am @@ -726,7 +726,9 @@ libnss_sss_la_SOURCES = \ src/sss_client/common.c \ src/sss_client/nss_passwd.c \ src/sss_client/nss_group.c \ - src/sss_client/sss_cli.h + src/sss_client/nss_netgroup.c \ + src/sss_client/sss_cli.h \ + src/sss_client/nss_compat.h libnss_sss_la_LDFLAGS = \ -module \ -version-info 2:0:0 \ |