From abc116768acbd70f0bb3b7f23a841bf92c5e364f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 25 Jun 2002 17:41:49 +0000 Subject: 2002-06-25 Ralf Corsepius * configure.ac: RTEMS_TOP(../../../..). AC_CONFIG_AUX_DIR(../../../..). Remove RTEMS_CANONICAL_HOST. Use RTEMS_ENV_RTEMSCPU. Add AC_PROG_RANLIB. * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * include/Makefile.am: Include $(top_srcdir)/../automake/*.am. * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * Makefile.am: Include $(top_srcdir)/../automake/*.am. ACLOCAL_AMFLAGS = -I ../aclocal. * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. --- c/src/exec/librpc/include/Makefile.am | 4 ++-- c/src/exec/librpc/include/rpc/Makefile.am | 2 +- c/src/exec/librpc/include/rpcsvc/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec/librpc/include') diff --git a/c/src/exec/librpc/include/Makefile.am b/c/src/exec/librpc/include/Makefile.am index fe331bc2a6..5caf4c1c31 100644 --- a/c/src/exec/librpc/include/Makefile.am +++ b/c/src/exec/librpc/include/Makefile.am @@ -5,5 +5,5 @@ SUBDIRS = rpc rpcsvc -include $(top_srcdir)/../../../automake/subdirs.am -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/../automake/subdirs.am +include $(top_srcdir)/../automake/local.am diff --git a/c/src/exec/librpc/include/rpc/Makefile.am b/c/src/exec/librpc/include/rpc/Makefile.am index 23564d4ad6..e92b895980 100644 --- a/c/src/exec/librpc/include/rpc/Makefile.am +++ b/c/src/exec/librpc/include/rpc/Makefile.am @@ -24,4 +24,4 @@ all-local: $(PREINSTALL_FILES) EXTRA_DIST = $(H_FILES) -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/../automake/local.am diff --git a/c/src/exec/librpc/include/rpcsvc/Makefile.am b/c/src/exec/librpc/include/rpcsvc/Makefile.am index 03237f6b8b..e6153355cf 100644 --- a/c/src/exec/librpc/include/rpcsvc/Makefile.am +++ b/c/src/exec/librpc/include/rpcsvc/Makefile.am @@ -9,4 +9,4 @@ EXTRA_DIST = bootparam_prot.x crypt.x key_prot.x klm_prot.x mount.x \ rstat.x rwall.x sm_inter.x spray.x yp.x yp_prot.h ypclnt.h yppasswd.x \ ypupdate_prot.x ypxfrd.x -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3