]> granicus.if.org Git - libtirpc/commitdiff
libtirpc: Don't install FreeBSD and Solaris headers
authorChuck Lever <chuck.lever@oracle.com>
Thu, 28 May 2009 14:30:56 +0000 (10:30 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 28 May 2009 14:30:56 +0000 (10:30 -0400)
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>
Makefile.am

index b407651fba1b36abf54134298312082bc48207be..8c09ea876c87d2ac00add1070fa2683f74d15a3d 100644 (file)
@@ -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 \