From 3ad34cadc23bf85f1153a123e597fb1976231d4a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Jul 2003 17:02:24 +0000 Subject: 2003-07-08 Ralf Corsepius * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac. --- cpukit/librpc/src/rpc/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpukit/librpc/src/rpc/Makefile.am') diff --git a/cpukit/librpc/src/rpc/Makefile.am b/cpukit/librpc/src/rpc/Makefile.am index 5ae49c7261..235e05ee8b 100644 --- a/cpukit/librpc/src/rpc/Makefile.am +++ b/cpukit/librpc/src/rpc/Makefile.am @@ -2,9 +2,9 @@ ## $Id$ ## -include $(top_srcdir)/../automake/multilib.am -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/lib.am +include $(top_srcdir)/automake/multilib.am +include $(top_srcdir)/automake/compile.am +include $(top_srcdir)/automake/lib.am LIB = $(ARCH)/librpc.a @@ -29,13 +29,13 @@ OBJS = $(C_O_FILES) AM_CPPFLAGS += '-D__P(x)=x' -D_RPC_read=read -D_RPC_write=write -D_RPC_close=close -D_RTEMS_RPC_INTERNAL_ +if LIBRPC $(LIB): $(OBJS) $(make-library) noinst_MANS = bindresvport.3 getrpcent.3 publickey.3 rpc.3 rpc_secure.3 \ rstat_svc.8 des_crypt.3 getrpcport.3 publickey.5 rpc.5 rstat.1 rtime.3 -if HAS_NETWORKING man_MANS = $(noinst_MANS) all-local: $(ARCH) $(LIB) endif @@ -45,4 +45,4 @@ EXTRA_DIST = $(C_FILES) DISCLAIMER $(UNUSED_C_FILES) $(noinst_MANS) 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 +include $(top_srcdir)/automake/local.am -- cgit v1.2.3