From d65c376845847ea7a697904b5222c39331bd56ec Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 13 Jan 2000 18:32:09 +0000 Subject: + Added and yellow line tested _CORE_message_queue_Flush_waiting_threads and _CORE_message_queue_Insert_message for posix message queues. + Yellow line tested new source --- c/src/exec/score/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/exec/score/src/Makefile.am') diff --git a/c/src/exec/score/src/Makefile.am b/c/src/exec/score/src/Makefile.am index 04947cec47..a75b394a85 100644 --- a/c/src/exec/score/src/Makefile.am +++ b/c/src/exec/score/src/Makefile.am @@ -11,7 +11,8 @@ include $(top_srcdir)/../../../automake/lib.am MP_C_FILES = mpci.c objectmp.c threadmp.c CORE_MESSAGE_QUEUE_C_FILES = coremsg.c coremsgbroadcast.c coremsgclose.c \ - coremsgflush.c coremsgflushsupp.c coremsgseize.c coremsgsubmit.c + coremsgflush.c coremsgflushwait.c coremsginsert.c coremsgflushsupp.c \ + coremsgseize.c coremsgsubmit.c CORE_MUTEX_C_FILES = coremutex.c coremutexflush.c coremutexseize.c \ coremutexsurrender.c -- cgit v1.2.3