Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-26 13:01:49 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-11-26 13:01:49 +0100
commit16be7ee5d30c8bce08f32563c4fa846a6928aed4 (patch)
treec733f223e6bf7a008991307dd30999a7df3aa110 /nss/Makefile.am
parent70f10e2b6c10e7e47ab3377854e61a4534af79fb (diff)
get rid of automount map information lookups through NSS as this is not used (at least not with glibc), autofs-ldap looks up the information on it's own (but does parse /etc/nsswitch.conf)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@124 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/Makefile.am')
-rw-r--r--nss/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am
index 5211caf..f128466 100644
--- a/nss/Makefile.am
+++ b/nss/Makefile.am
@@ -22,6 +22,6 @@ noinst_LIBRARIES = libnss.a
libnss_a_SOURCES = common.c common.h prototypes.h ../nslcd-client.h \
../nslcd.h ../nslcd-common.h \
- aliases.c automount.c ethers.c group.c hosts.c \
- netgroup.c networks.c passwd.c protocols.c rpc.c \
- services.c shadow.c
+ aliases.c ethers.c group.c hosts.c netgroup.c \
+ networks.c passwd.c protocols.c rpc.c services.c \
+ shadow.c