summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:53:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:53:22 +0000
commit39daf581c1cda4a35ba88395379ee583369b903a (patch)
tree84037fcf8db5467811a9d448829ca4e18acd792d
parentRegenerated (diff)
downloadrtems-39daf581c1cda4a35ba88395379ee583369b903a.tar.bz2
Added in some header files that existed but were not previously installed.
-rw-r--r--c/src/exec/posix/include/rtems/posix/Makefile.in6
1 files 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