From 566933478a88a67e9f9dfc3908c6ea1635e1d9e5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 09:49:29 +0000 Subject: Introduce AM_CONDITIONAL(LIBITRON). Remove AM_CONDITIONAL(HAS_ITRON). --- cpukit/Makefile.am | 2 +- cpukit/itron/Makefile.am | 2 +- cpukit/wrapup/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 46bc214046..7419b89fc8 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -64,7 +64,7 @@ if LIBDOSFS include_HEADERS += backward/dosfs.h endif -if HAS_ITRON +if LIBITRON include_HEADERS += backward/itron.h endif endif diff --git a/cpukit/itron/Makefile.am b/cpukit/itron/Makefile.am index 3dcffa42a5..fc8d3541a5 100644 --- a/cpukit/itron/Makefile.am +++ b/cpukit/itron/Makefile.am @@ -7,7 +7,7 @@ include $(top_srcdir)/automake/compile.am EXTRA_DIST = -if HAS_ITRON +if LIBITRON ## include include_rtemsdir = $(includedir)/rtems diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index c59ea66679..36c8a16290 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -21,7 +21,7 @@ if HAS_POSIX TMP_LIBS += ../posix/libposix.a endif -if HAS_ITRON +if LIBITRON TMP_LIBS += ../itron/libitron.a endif -- cgit v1.2.3