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>
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 \