summaryrefslogtreecommitdiffstats
path: root/support/rpc/include/rpc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'support/rpc/include/rpc/Makefile.am')
-rw-r--r--support/rpc/include/rpc/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/support/rpc/include/rpc/Makefile.am b/support/rpc/include/rpc/Makefile.am
new file mode 100644
index 0000000..2928664
--- /dev/null
+++ b/support/rpc/include/rpc/Makefile.am
@@ -0,0 +1,17 @@
+## Process this file with automake to produce Makefile.in
+
+noinst_HEADERS = \
+ auth_gss.h \
+ auth.h \
+ auth_unix.h \
+ clnt.h \
+ pmap_clnt.h \
+ pmap_prot.h \
+ pmap_rmt.h \
+ rpc.h \
+ rpc_des.h \
+ rpc_msg.h \
+ svc.h \
+ svc_auth.h \
+ types.h \
+ xdr.h