From: Chuck Lever Date: Thu, 28 May 2009 14:30:56 +0000 (-0400) Subject: libtirpc: Don't install FreeBSD and Solaris headers X-Git-Tag: libtirpc-0-2-0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad00791d2908051a135fd05d121c57e4e86964fc;p=libtirpc libtirpc: Don't install FreeBSD and Solaris headers Only install headers specific to tirpc. There are some extra headers in the libtirpc tarball that are just for the library to build. They are required because libtirpc is a port from FreeBSD (and before that, Solaris). These headers are not meant to be installed in /usr/include, and do not exist on the reference implementation (ie. Solaris). Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/Makefile.am b/Makefile.am index b407651..8c09ea8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,8 @@ SUBDIRS = src man -nobase_include_HEADERS = tirpc/un-namespace.h \ - tirpc/spinlock.h \ - tirpc/reentrant.h \ - tirpc/nss_tls.h \ - tirpc/netconfig.h \ - tirpc/namespace.h \ - tirpc/libc_private.h \ - tirpc/getpeereid.h \ - tirpc/fpmath.h \ +nobase_include_HEADERS = tirpc/netconfig.h \ tirpc/rpcsvc/crypt.x \ tirpc/rpcsvc/crypt.h \ - tirpc/misc/event.h \ - tirpc/misc/socket.h \ - tirpc/misc/queue.h \ tirpc/rpc/xdr.h \ tirpc/rpc/types.h \ tirpc/rpc/svc_soc.h \