summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 13:02:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 13:02:47 +0000
commitc53e9e2fbb1c167cff4b2021349c1ce0dc78af97 (patch)
tree69cfb783538585df9b2eefa7f376fb4888610ca5 /c/src/librtems++
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c53e9e2fbb1c167cff4b2021349c1ce0dc78af97.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/ChangeLog4
-rw-r--r--c/src/librtems++/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/c/src/librtems++/ChangeLog b/c/src/librtems++/ChangeLog
index 475ce8153c..5c47995c83 100644
--- a/c/src/librtems++/ChangeLog
+++ b/c/src/librtems++/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Reflect having moved automake.
+
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am
index 9b2032f5f7..befb93f036 100644
--- a/c/src/librtems++/Makefile.am
+++ b/c/src/librtems++/Makefile.am
@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/lib.am
include_rtems__dir = $(includedir)/rtems++
@@ -50,4 +50,4 @@ $(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a: $(LIB)
all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../automake/local.am