summaryrefslogtreecommitdiffstats
path: root/cpukit/itron
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:31:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:31:00 +0000
commit9fae0f872d922e148b3d20837818aec343107755 (patch)
tree6c2feacef35ce291cbb20b39beced7986a6a1352 /cpukit/itron
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9fae0f872d922e148b3d20837818aec343107755.tar.bz2
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/itronsys/Makefile.am, include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am, macros/rtems/itron/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Diffstat (limited to 'cpukit/itron')
-rw-r--r--cpukit/itron/ChangeLog7
-rw-r--r--cpukit/itron/include/Makefile.am6
2 files changed, 9 insertions, 4 deletions
diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog
index 1c4cb9a4bc..7421befb1f 100644
--- a/cpukit/itron/ChangeLog
+++ b/cpukit/itron/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am, include/itronsys/Makefile.am,
+ include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
+ macros/rtems/itron/Makefile.am:
+ Apply include_*HEADERS instead of H_FILES.
+
2001-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add src/config.h
diff --git a/cpukit/itron/include/Makefile.am b/cpukit/itron/include/Makefile.am
index 66bdf8c9e7..14695128b7 100644
--- a/cpukit/itron/include/Makefile.am
+++ b/cpukit/itron/include/Makefile.am
@@ -4,12 +4,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = itron.h
-
-noinst_HEADERS = $(H_FILES)
+include_HEADERS = itron.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
- $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):
@$(mkinstalldirs) $@