Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Apr 2001 04:21:54 +0000 (04:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Apr 2001 04:21:54 +0000 (04:21 +0000)
* nis/Makefile (libnss_compat-rountines): Add nss-nisplus.

ChangeLog
nis/Makefile

index b912339..08bd8e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * nis/nss-nis.h: Correct test for invalid error number.
        * nis/nss-nisplus.h: Likewise.
 
+       * nis/Makefile (libnss_compat-rountines): Add nss-nisplus.
+
 2001-04-26  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind.
index f1bf01c..5de3afa 100644 (file)
@@ -55,7 +55,7 @@ libnsl-routines = yp_xdr ypclnt ypupdate_xdr \
                  nis_clone_res
 
 libnss_compat-routines := $(addprefix compat-,grp pwd spwd initgroups) \
-                          nisplus-parser nss-nis
+                          nisplus-parser nss-nis nss-nisplus
 libnss_compat-inhibit-o        = $(filter-out .os,$(object-suffixes))
 
 libnss_nis-routines    := $(addprefix nis-,$(databases)) nis-initgroups \