Changeset 39daf58 in rtems


Ignore:
Timestamp:
04/15/99 18:53:22 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
02d46fa
Parents:
fcead0f
Message:

Added in some header files that existed but were not previously installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/include/rtems/posix/Makefile.in

    rfcead0f r39daf58  
    1717
    1818# We only build multiprocessing related files if HAS_MP was defined
    19 MP_PIECES_yes_V = condmp mutexmp pthreadmp
     19MP_PIECES_yes_V = condmp mqueuemp mutexmp pthreadmp semaphoremp
    2020MP_PIECES = $(MP_PIECES_$(HAS_MP)_V)
    2121
    22 H_PIECES= cond config key mutex posixapi \
    23     priority psignal pthread ptimer seterr threadsup time
     22H_PIECES= cancel cond config key mqueue mutex posixapi \
     23    priority psignal pthread ptimer semaphore seterr threadsup time
    2424#H_PIECES= cancel cond intr key mqueue mqueuemp mutex \
    2525#    mutexmp pthread pthreadmp priority semaphore semaphoremp threadsup \
Note: See TracChangeset for help on using the changeset viewer.