summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-19 20:30:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-19 20:30:47 +0000
commitcbeebc061fb405b77a7f9717851e680381115e4b (patch)
tree8a849e3c122f0246a3d5739ac2bf7c951fb671c4 /cpukit/score/Makefile.am
parent2006-10-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-cbeebc061fb405b77a7f9717851e680381115e4b.tar.bz2
2006-10-19 Joel Sherrill <joel@OARcorp.com>
* score/Makefile.am, score/preinstall.am: Add pieces missed in previous commit.
Diffstat (limited to 'cpukit/score/Makefile.am')
-rw-r--r--cpukit/score/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 6b96233baa..068ccd2595 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -20,9 +20,10 @@ include_rtems_score_HEADERS = include/rtems/score/address.h \
include/rtems/score/apiext.h include/rtems/score/apimutex.h \
include/rtems/score/bitfield.h include/rtems/score/chain.h \
include/rtems/score/context.h include/rtems/score/copyrt.h \
- include/rtems/score/corebarrier.h \
- include/rtems/score/coremsg.h include/rtems/score/coremutex.h \
- include/rtems/score/coresem.h include/rtems/score/heap.h \
+ include/rtems/score/corebarrier.h include/rtems/score/coremsg.h \
+ include/rtems/score/coremutex.h include/rtems/score/corerwlock.h \
+ include/rtems/score/coresem.h include/rtems/score/corespinlock.h \
+ include/rtems/score/heap.h \
include/rtems/score/interr.h include/rtems/score/isr.h \
include/rtems/score/object.h include/rtems/score/priority.h \
include/rtems/score/stack.h include/rtems/score/states.h \