summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 13:02:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 13:02:30 +0000
commit514e77b7ba0c3fb246340a909679c5d99e751fca (patch)
treefe3f301a0f74aa820815168d90ece905cddb516e /c/src/wrapup/Makefile.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-514e77b7ba0c3fb246340a909679c5d99e751fca.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. lib/Makefile.am: Reflect having moved automake. support/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/wrapup/Makefile.am')
-rw-r--r--c/src/wrapup/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 077fb75f81..ae0373d060 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -4,8 +4,8 @@
## build and install "glommed" librtemsbsp.a
##
-include $(top_srcdir)/../../automake/compile.am
-include $(top_srcdir)/../../automake/lib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
@@ -73,4 +73,4 @@ install-data-local:
@$(mkinstalldirs) $(DESTDIR)$(bsplibdir)
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir)
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/automake/local.am