diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-05-17 17:42:30 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-05-17 17:42:30 +0200 |
commit | bdd816a366c4e5bba5de7157d948e0c0737fb4fb (patch) | |
tree | 3b549fa50368e8718a38129feaeb17cfdc9d6cf0 /nis | |
parent | 02db173ce485874cb7d44ae20b8c2cb86408cf8e (diff) | |
download | glibc-bdd816a366c4e5bba5de7157d948e0c0737fb4fb.tar.gz glibc-bdd816a366c4e5bba5de7157d948e0c0737fb4fb.tar.xz glibc-bdd816a366c4e5bba5de7157d948e0c0737fb4fb.zip |
Reinstall NIS 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 b5c960961d..d2934d9907 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 \ - $(wildcard rpcsvc/*.[hx]) + 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. |