diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-05-05 07:36:40 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-05 07:36:40 -0400 |
commit | 4e34d5f58955ddfc174b20ae0e5081bb1db983be (patch) | |
tree | 44fc7a882fe414d5d0e6814cdef701910a6a117a /nis | |
parent | 00ee369c1cbdcc4ca4a009e9223799951c6c8f04 (diff) | |
download | glibc-4e34d5f58955ddfc174b20ae0e5081bb1db983be.tar.gz |
Don't use removed rpc headers
Diffstat (limited to 'nis')
-rw-r--r-- | nis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nis/Makefile b/nis/Makefile index f63ada62db..e7e5f0c78a 100644 --- a/nis/Makefile +++ b/nis/Makefile @@ -23,9 +23,9 @@ 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 nss + nisplus-parser.h nis_xdr.h nss \ + $(wildcard rpcsvc/*.[hx]) # These are the databases available for the nis (and perhaps later nisplus) # service. This must be a superset of the services in nss. |