summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src')
-rw-r--r--cpukit/librpc/src/rpc/Makefile.am6
-rw-r--r--cpukit/librpc/src/rpc/PSD.doc/Makefile.am7
2 files changed, 3 insertions, 10 deletions
diff --git a/cpukit/librpc/src/rpc/Makefile.am b/cpukit/librpc/src/rpc/Makefile.am
index b6887f6f0f..5ae49c7261 100644
--- a/cpukit/librpc/src/rpc/Makefile.am
+++ b/cpukit/librpc/src/rpc/Makefile.am
@@ -6,8 +6,6 @@ include $(top_srcdir)/../automake/multilib.am
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/lib.am
-SUBDIRS = PSD.doc
-
LIB = $(ARCH)/librpc.a
C_FILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
@@ -44,5 +42,7 @@ endif
EXTRA_DIST = $(C_FILES) DISCLAIMER $(UNUSED_C_FILES) $(noinst_MANS)
-include $(top_srcdir)/../automake/subdirs.am
+EXTRA_DIST += PSD.doc/nfs.rfc.ms PSD.doc/rpc.prog.ms PSD.doc/rpc.rfc.ms \
+ PSD.doc/rpcgen.ms PSD.doc/xdr.nts.ms PSD.doc/xdr.rfc.ms
+
include $(top_srcdir)/../automake/local.am
diff --git a/cpukit/librpc/src/rpc/PSD.doc/Makefile.am b/cpukit/librpc/src/rpc/PSD.doc/Makefile.am
deleted file mode 100644
index 24b4d3fc85..0000000000
--- a/cpukit/librpc/src/rpc/PSD.doc/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-## $Id$
-
-
-EXTRA_DIST = nfs.rfc.ms rpc.prog.ms rpc.rfc.ms rpcgen.ms xdr.nts.ms \
- xdr.rfc.ms
-
-include $(top_srcdir)/../automake/local.am