From f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 23 Aug 2010 11:33:56 -0400 Subject: 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_" --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit