summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/env-rtemsbsp.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-15 07:27:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-15 07:27:36 +0000
commitd7e0507ddb4c383f7efa255ee9972fd408f256af (patch)
tree22766c6e5a504eb28ceb4c885a1ed57e481d48f8 /testsuites/aclocal/env-rtemsbsp.m4
parent2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7e0507ddb4c383f7efa255ee9972fd408f256af.tar.bz2
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add PROJECT_LIB. * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
Diffstat (limited to 'testsuites/aclocal/env-rtemsbsp.m4')
-rw-r--r--testsuites/aclocal/env-rtemsbsp.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4
index 7b61f5702c..3fe9195ddd 100644
--- a/testsuites/aclocal/env-rtemsbsp.m4
+++ b/testsuites/aclocal/env-rtemsbsp.m4
@@ -46,6 +46,7 @@ includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"])
+AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/$RTEMS_BSP/lib"])
AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)/$RTEMS_BSP"])
AC_SUBST([project_libdir],["\$(libdir)"])