summaryrefslogtreecommitdiffstats
path: root/support/rpc/include
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-12-20 04:12:42 +0000
committerneilbrown <neilbrown>2005-12-20 04:12:42 +0000
commitac5b03be829b4c9369ebfb07a688308721103228 (patch)
tree90fd0ee1a8e08c241bf3fd0d54690b888e4b5926 /support/rpc/include
parent371ca25167a217d647971384c37aa3fcee8a4aef (diff)
downloadnfs-utils-ac5b03be829b4c9369ebfb07a688308721103228.tar.gz
nfs-utils-ac5b03be829b4c9369ebfb07a688308721103228.tar.xz
nfs-utils-ac5b03be829b4c9369ebfb07a688308721103228.zip
Autogen update
Diffstat (limited to 'support/rpc/include')
-rw-r--r--support/rpc/include/Makefile.am3
-rw-r--r--support/rpc/include/rpc/Makefile.am17
2 files changed, 20 insertions, 0 deletions
diff --git a/support/rpc/include/Makefile.am b/support/rpc/include/Makefile.am
new file mode 100644
index 0000000..fef4b5e
--- /dev/null
+++ b/support/rpc/include/Makefile.am
@@ -0,0 +1,3 @@
+## Process this file with automake to produce Makefile.in
+
+SUBDIRS = rpc
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