X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/ad21edcc50f98a2a0f674a569817952d671962c6..c29f2fccbf0d388644e29ea3e98c38a343688bd2:/rpc.subproj/Makefile diff --git a/rpc.subproj/Makefile b/rpc.subproj/Makefile index 4bf2c53..1139cb3 100644 --- a/rpc.subproj/Makefile +++ b/rpc.subproj/Makefile @@ -13,7 +13,7 @@ PROJECTVERSION = 2.8 PROJECT_TYPE = Component HFILES = auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h\ - rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h + rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h pmap_wakeup.h CFILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c\ clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c\ @@ -23,7 +23,7 @@ CFILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c\ rpc_prot.c svc.c svc_auth.c svc_auth_unix.c svc_raw.c\ svc_run.c svc_simple.c svc_tcp.c getrpcent.c svc_udp.c xdr.c\ xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c\ - xdr_stdio.c getrpcport.c + xdr_sizeof.c xdr_stdio.c getrpcport.c pmap_wakeup.c OTHERSRCS = Makefile.preamble Makefile