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

This commit is contained in:
Joel Sherrill
1999-04-15 18:53:22 +00:00
parent fcead0f13a
commit 39daf581c1

View File

@@ -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