summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:49:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:49:29 +0000
commit566933478a88a67e9f9dfc3908c6ea1635e1d9e5 (patch)
tree9f0c2e6522abbd4c78aeeed8d4df41fb3cb1071a
parentIntroduce AM_CONDITIONAL(LIBDOSFS). (diff)
downloadrtems-566933478a88a67e9f9dfc3908c6ea1635e1d9e5.tar.bz2
Introduce AM_CONDITIONAL(LIBITRON).
Remove AM_CONDITIONAL(HAS_ITRON).
-rw-r--r--cpukit/Makefile.am2
-rw-r--r--cpukit/itron/Makefile.am2
-rw-r--r--cpukit/wrapup/Makefile.am2
3 files changed, 3 insertions, 3 deletions
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