diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-08-23 11:33:56 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:37 -0400 |
commit | f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5 (patch) | |
tree | 14e76d415d2e048a79c75fee5dded265faf1f85f /Makefile.am | |
parent | 8cced6fd66a3243122e0d820ff09b0dcd654cdd2 (diff) | |
download | sssd-f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5.tar.gz sssd-f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5.tar.xz sssd-f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5.zip |
Rename group.c and passwd.c for clarity
Prefixing group.c and passwd.c with "nss_" similar to the way the
PAM client sources are prefixed with "pam_"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 605b97ad9..0cd39d969 100644 --- a/Makefile.am +++ b/Makefile.am @@ -724,8 +724,8 @@ pam_test_client_LDFLAGS = -lpam -lpam_misc nsslib_LTLIBRARIES = libnss_sss.la libnss_sss_la_SOURCES = \ src/sss_client/common.c \ - src/sss_client/passwd.c \ - src/sss_client/group.c \ + src/sss_client/nss_passwd.c \ + src/sss_client/nss_group.c \ src/sss_client/sss_cli.h libnss_sss_la_LDFLAGS = \ -module \ |