Changeset e3e93eb in rtems


Ignore:
Timestamp:
12/09/02 11:27:37 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
511ef502
Parents:
cc51f05a
Message:

2002-12-09 Ralf Corsepius <corsepiu@…>

Makefile.am: Move include/rtems/score/cpuopts.h to STD_H_FILES.

Location:
cpukit/score
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/ChangeLog

    rcc51f05a re3e93eb  
     12002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Move include/rtems/score/cpuopts.h to STD_H_FILES.
     4
    152002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/Makefile.am

    rcc51f05a re3e93eb  
    4949    include/rtems/score/thread.h include/rtems/score/threadq.h include/rtems/score/tod.h \
    5050    include/rtems/score/tqdata.h include/rtems/score/userext.h include/rtems/score/watchdog.h \
    51     include/rtems/score/wkspace.h
    52 include_rtems_score_HEADERS = $(STD_H_FILES) include/rtems/score/cpuopts.h
     51    include/rtems/score/wkspace.h include/rtems/score/cpuopts.h
     52include_rtems_score_HEADERS = $(STD_H_FILES)
    5353PREINSTALL_FILES += $(STD_H_FILES:include/%.h=$(PROJECT_INCLUDE)/%.h)
    5454
Note: See TracChangeset for help on using the changeset viewer.