summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-22 10:56:25 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-22 10:56:25 +0000
commitee7a3d85b35757f30ae6934e78d0b2e3709061a6 (patch)
tree631d084d8e3fb1ed8af4cbaab66f544e0a95bad7
parenta51d44ef5955dfa849b2fd6fcb773db330afd22f (diff)
make list of source files a little clearer
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@198 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/nslcd/Makefile.am b/nslcd/Makefile.am
index f451623..49bb6b5 100644
--- a/nslcd/Makefile.am
+++ b/nslcd/Makefile.am
@@ -25,9 +25,12 @@ nslcd_SOURCES = nslcd.c ../nslcd.h ../nslcd-common.h \
log.c log.h \
xmalloc.c xmalloc.h \
common.c common.h \
+ resolve.c resolve.h \
+ ldap-schema.c ldap-schema.h \
+ dnsconfig.c dnsconfig.h \
+ ldap-nss.c ldap-nss.h \
+ pagectrl.c pagectrl.h \
+ util.c util.h \
alias.c ether.c group.c host.c netgroup.c network.c \
- passwd.c protocol.c rpc.c service.c shadow.c \
- dnsconfig.c dnsconfig.h ldap-nss.c ldap-nss.h \
- ldap-schema.c ldap-schema.h pagectrl.c pagectrl.h \
- resolve.c resolve.h util.c util.h
+ passwd.c protocol.c rpc.c service.c shadow.c
nslcd_LDADD = @nslcd_LIBS@