about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-28 04:21:54 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-28 04:21:54 +0000
commit29f1a8977bc2706aae266b704bada3edc6849f89 (patch)
treeef8fec5a84166c60d6562fddef21e1d973ea2dcb
parent7c2034adce8d3f23ba774a83e02f0891a893f511 (diff)
downloadglibc-29f1a8977bc2706aae266b704bada3edc6849f89.tar.gz
glibc-29f1a8977bc2706aae266b704bada3edc6849f89.tar.xz
glibc-29f1a8977bc2706aae266b704bada3edc6849f89.zip
Update.
	* nis/Makefile (libnss_compat-rountines): Add nss-nisplus.
-rw-r--r--ChangeLog2
-rw-r--r--nis/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b912339691..08bd8e6cad 100644
--- 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.
diff --git a/nis/Makefile b/nis/Makefile
index f1bf01c0e2..5de3afaf6b 100644
--- a/nis/Makefile
+++ b/nis/Makefile
@@ -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 \