summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:12:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:12:59 +0000
commita2967717fe7564ef3b3585112b7abad90454dfde (patch)
treee300d4fc1107391c2cf199b996fe6f149a0eff53 /c/src/wrapup/Makefile.am
parent2000-10-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a2967717fe7564ef3b3585112b7abad90454dfde.tar.bz2
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: New file. * Makefile.am: Switch to GNU-canonicalized autoconf macros. * configure.in: New file. * .cvsignore: Add aclocal.m4, configure.
Diffstat (limited to '')
-rw-r--r--c/src/wrapup/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index ab1f6d88f5..de2aa13119 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -5,10 +5,11 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-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/librtemsall${LIB_VARIANT}.a
@@ -70,4 +71,4 @@ $(LIB): $(SRCS)
rm -f $(ARCH)/*
$(RANLIB) $@
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am