summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/inline
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 /c/src/exec/sapi/inline
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 'c/src/exec/sapi/inline')
-rw-r--r--c/src/exec/sapi/inline/rtems/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/exec/sapi/inline/rtems/Makefile.am b/c/src/exec/sapi/inline/rtems/Makefile.am
index cdc59dd96a..2b4f5debb5 100644
--- a/c/src/exec/sapi/inline/rtems/Makefile.am
+++ b/c/src/exec/sapi/inline/rtems/Makefile.am
@@ -3,14 +3,13 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
+include_rtemsdir = $(includedir)/rtems
if INLINE
-I_FILES = extension.inl
-
-noinst_HEADERS = $(I_FILES)
+include_rtems_HEADERS = extension.inl
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
- $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
+ $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@