summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:23:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-05 18:23:49 +0000
commit80847a343dba1e7edff5197d72a09d033b744ec9 (patch)
treea68166ae76788e7e331800cf3fe9f476ccbcda79 /c/src/librtems++/include
parent2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-80847a343dba1e7edff5197d72a09d033b744ec9.tar.bz2
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems++/Makefile.am: Apply include_*HEADERS instead of H_FILES.
Diffstat (limited to 'c/src/librtems++/include')
-rw-r--r--c/src/librtems++/include/rtems++/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/c/src/librtems++/include/rtems++/Makefile.am b/c/src/librtems++/include/rtems++/Makefile.am
index e7f2f0a836..eec1984587 100644
--- a/c/src/librtems++/include/rtems++/Makefile.am
+++ b/c/src/librtems++/include/rtems++/Makefile.am
@@ -5,13 +5,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
if HAS_CXX
-H_FILES = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \
+include_rtems__dir = $(includedir)/rtems++
+include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \
rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h
-noinst_HEADERS = $(H_FILES)
-
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++ \
- $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
+ $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%)
$(PROJECT_INCLUDE)/rtems++:
@$(mkinstalldirs) $@