summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-05-28 10:30:56 -0400
committerSteve Dickson <steved@redhat.com>2009-05-28 10:30:56 -0400
commitad00791d2908051a135fd05d121c57e4e86964fc (patch)
tree37e02dede58c3947435c3741faaf92e128f31277 /Makefile.am
parent855a8a8fbca21fc6318e7398c299a2f446cf28b3 (diff)
downloadti-rpc-ad00791d2908051a135fd05d121c57e4e86964fc.tar.gz
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 <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 1 insertions, 12 deletions
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 \