Remove project_libdir. Remove project_includedir. Add rtems_testsdir.

This commit is contained in:
Ralf Corsepius
2005-11-13 06:23:34 +00:00
parent d6a83a46f5
commit 5c193c210f
+1 -2
View File
@@ -35,6 +35,5 @@ AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/lib/include"])
AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib"])
AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)"])
AC_SUBST([project_libdir],["\$(libdir)"])
AC_SUBST([project_includedir],["\$(includedir)"])
AC_SUBST([rtems_testsdir],["\$(libdir)/rtems/tests"])
])