summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:35:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:35:10 +0000
commit2334e94b1892fb0d1c91b7c1163d0bffa3db803c (patch)
tree1814d054be556d82d0dac05c43e7f214741f5a0f /c/src/optman
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2334e94b1892fb0d1c91b7c1163d0bffa3db803c.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/optman')
-rw-r--r--c/src/optman/ChangeLog4
-rw-r--r--c/src/optman/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog
index b42f7dee5b..75a2fd9bd0 100644
--- a/c/src/optman/ChangeLog
+++ b/c/src/optman/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Makefile.am: Reflect having moved automake.
+
2003-07-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am
index e0f99135d6..6048c3f3cc 100644
--- a/c/src/optman/Makefile.am
+++ b/c/src/optman/Makefile.am
@@ -2,8 +2,8 @@
## $Id$
##
-include $(top_srcdir)/../../automake/compile.am
-include $(top_srcdir)/../../automake/lib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
sapi_C_FILES = sapi/no-ext.c sapi/no-io.c
OBJS = $(sapi_C_FILES:sapi/%.c=$(ARCH)/%.$(OBJEXT))
@@ -45,4 +45,4 @@ install-data-local: $(PGMS)
EXTRA_DIST = $(rtems_C_FILES) $(sapi_C_FILES)
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/automake/local.am