From 39daf581c1cda4a35ba88395379ee583369b903a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Apr 1999 18:53:22 +0000 Subject: Added in some header files that existed but were not previously installed. --- c/src/exec/posix/include/rtems/posix/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.in b/c/src/exec/posix/include/rtems/posix/Makefile.in index de1dc3d0ef..019a877a98 100644 --- a/c/src/exec/posix/include/rtems/posix/Makefile.in +++ b/c/src/exec/posix/include/rtems/posix/Makefile.in @@ -16,11 +16,11 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@ # We only build multiprocessing related files if HAS_MP was defined -MP_PIECES_yes_V = condmp mutexmp pthreadmp +MP_PIECES_yes_V = condmp mqueuemp mutexmp pthreadmp semaphoremp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) -H_PIECES= cond config key mutex posixapi \ - priority psignal pthread ptimer seterr threadsup time +H_PIECES= cancel cond config key mqueue mutex posixapi \ + priority psignal pthread ptimer semaphore seterr threadsup time #H_PIECES= cancel cond intr key mqueue mqueuemp mutex \ # mutexmp pthread pthreadmp priority semaphore semaphoremp threadsup \ # time -- cgit v1.2.3