From ad00791d2908051a135fd05d121c57e4e86964fc Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 28 May 2009 10:30:56 -0400 Subject: 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 --- Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1