]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nis/Makefile
* nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
[thirdparty/glibc.git] / nis / Makefile
index df85ab2774e2a2a297a598e31814893c7258c08a..8083ee80441c11537a6036d14826a69ab7315317 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1996,1997,1998,2001,2004,2006 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
 #
 subdir := nis
 
+aux                    := nis_hash
+
 headers                        := $(wildcard rpcsvc/*.[hx])
 distribute             := nss-nis.h nss-nisplus.h nis_intern.h Banner \
-                       nisplus-parser.h nis_xdr.h
+                          nisplus-parser.h nis_xdr.h nss
 
 # These are the databases available for the nis (and perhaps later nisplus)
 # service.  This must be a superset of the services in nss.
@@ -52,7 +54,7 @@ libnsl-routines = yp_xdr ypclnt ypupdate_xdr \
                  nis_print_group_entry nis_domain_of nis_domain_of_r\
                  nis_modify nis_remove nis_add nis_defaults\
                  nis_findserv nis_callback nis_clone_dir nis_clone_obj\
-                 nis_clone_res
+                 nis_clone_res nss-default
 
 libnss_compat-routines := $(addprefix compat-,grp pwd spwd initgroups)
 libnss_compat-inhibit-o        = $(filter-out .os,$(object-suffixes))
@@ -62,7 +64,7 @@ libnss_nis-routines   := $(addprefix nis-,$(databases)) nis-initgroups \
 libnss_nis-inhibit-o   = $(filter-out .os,$(object-suffixes))
 
 libnss_nisplus-routines        := $(addprefix nisplus-,$(databases)) nisplus-parser \
-                          nss-nisplus
+                          nss-nisplus nisplus-initgroups
 libnss_nisplus-inhibit-o = $(filter-out .os,$(object-suffixes))
 
 include ../Rules