From 99f1dfad314b5d0c9cfb18b2cdd53e9ec7beb63b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Apr 1997 18:22:55 +0000 Subject: [PATCH] (sunrpc-headers): Add clnt.h. --- hurd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd/Makefile b/hurd/Makefile index deafb1ec3dc..a42d148675d 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -73,7 +73,7 @@ include ../Rules # from $(subdirs), and this rule arranges for the headers in question # to get installed. sunrpc-headers = netdb.h pmap_prot.h xdr.h types.h auth.h \ - rpc_msg.h auth_unix.h + rpc_msg.h auth_unix.h clnt.h installed-sunrpc-headers = $(addprefix $(inst_includedir)/rpc/, \ $(sunrpc-headers)) install-headers-nosubdir: $(installed-sunrpc-headers) -- 2.47.2