summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:32:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:32:28 +0000
commit3ebf5df3c6ba7f876c637b630bfb1d9f70b79dc8 (patch)
treef9b5f37a5b9f5c72cc5bfbac1a84702455d1fadf /cpukit/sapi
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3ebf5df3c6ba7f876c637b630bfb1d9f70b79dc8.tar.bz2
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/rtems/Makefile.am, inline/rtems/Makefile.am, macros/rtems/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/ChangeLog6
-rw-r--r--cpukit/sapi/include/Makefile.am6
2 files changed, 8 insertions, 4 deletions
diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog
index c55f627b96..fd0543b2cd 100644
--- a/cpukit/sapi/ChangeLog
+++ b/cpukit/sapi/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am, include/rtems/Makefile.am,
+ inline/rtems/Makefile.am, macros/rtems/Makefile.am:
+ Apply include_*HEADERS instead of H_FILES.
+
2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d>
* include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
diff --git a/cpukit/sapi/include/Makefile.am b/cpukit/sapi/include/Makefile.am
index d206ebc214..0b01f14637 100644
--- a/cpukit/sapi/include/Makefile.am
+++ b/cpukit/sapi/include/Makefile.am
@@ -4,12 +4,10 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = confdefs.h
-
-noinst_HEADERS = $(H_FILES)
+include_HEADERS = confdefs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
- $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):
@$(mkinstalldirs) $@