summaryrefslogtreecommitdiffstats
path: root/c/src/exec/librpc/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-25 17:41:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-25 17:41:49 +0000
commitabc116768acbd70f0bb3b7f23a841bf92c5e364f (patch)
tree45d0daa6a9d3b7cc6c328045add7c3dcbe6c1064 /c/src/exec/librpc/include
parent2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-abc116768acbd70f0bb3b7f23a841bf92c5e364f.tar.bz2
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'c/src/exec/librpc/include')
-rw-r--r--c/src/exec/librpc/include/Makefile.am4
-rw-r--r--c/src/exec/librpc/include/rpc/Makefile.am2
-rw-r--r--c/src/exec/librpc/include/rpcsvc/Makefile.am2
3 files changed, 4 insertions, 4 deletions
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