diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-16 13:51:25 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-16 13:51:25 +0100 |
commit | 7c651858c166696db3ec23a391c0161e36ee8a33 (patch) | |
tree | 8e25d320f27c7b68b804e07c617736743e09732f /nss/Makefile.am | |
parent | 4bbb60e380e068cf4bd49e8468957c55a5199259 (diff) |
implement reading of protocol entities
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@93 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/Makefile.am')
-rw-r--r-- | nss/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am index d2bab7a..d62fd39 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -23,4 +23,4 @@ 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 \ - networks.c passwd.c shadow.c + networks.c passwd.c protocols.c shadow.c |