diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7a011da32d..783823e056 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2006-10-19 Joel Sherrill + + * score/Makefile.am, score/preinstall.am: Add pieces missed in previous + commit. + 2006-10-19 Joel Sherrill * configure.ac, itron/Makefile.am, itron/preinstall.am, 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 \ diff --git a/cpukit/score/preinstall.am b/cpukit/score/preinstall.am index 2203d7385a..4ce5dc3794 100644 --- a/cpukit/score/preinstall.am +++ b/cpukit/score/preinstall.am @@ -168,7 +168,6 @@ $(PROJECT_INCLUDE)/rtems/score/threadmp.h: include/rtems/score/threadmp.h $(PROJ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/threadmp.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/threadmp.h endif - $(PROJECT_INCLUDE)/rtems/score/address.inl: inline/rtems/score/address.inl $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.inl PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/address.inl