From bc2b8df65805442a3df8b5d520ceee26b860cdcb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Jan 2008 17:33:00 +0000 Subject: 2008-01-08 Joel Sherrill * score/Makefile.am: Add missing file. --- cpukit/score/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 9e412863f7..3446062f6b 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -89,7 +89,8 @@ libscore_a_SOURCES += src/coremsg.c src/coremsgbroadcast.c \ ## CORE_MUTEX_C_FILES libscore_a_SOURCES += src/coremutex.c src/coremutexflush.c \ - src/coremutexseize.c src/coremutexsurrender.c + src/coremutexseize.c src/coremutexsurrender.c \ + src/coremutexseizeintr.c ## CORE_RWLOCK_C_FILES libscore_a_SOURCES += src/corerwlock.c src/corerwlockobtainread.c \ -- cgit v1.2.3