From 514e77b7ba0c3fb246340a909679c5d99e751fca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 13:02:30 +0000 Subject: 2003-08-16 Ralf Corsepius 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. --- c/src/wrapup/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/wrapup/Makefile.am') 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 -- cgit v1.2.3