Index: modules/thread/Makefile.am =================================================================== RCS file: /cvsroot/ferite/ferite/modules/thread/Makefile.am,v retrieving revision 1.6 diff -u -r1.6 Makefile.am --- modules/thread/Makefile.am 9 Mar 2003 01:56:01 -0000 1.6 +++ modules/thread/Makefile.am 18 Oct 2003 23:18:02 -0000 @@ -22,7 +22,7 @@ pkgdir = @FE_NATIVE_LIBRARY_PATH@ pkg_LTLIBRARIES = thread.la -thread_la_SOURCES = thread_core.c thread_misc.c thread_Thread.c thread_Mutex.c thread_header.h utility.c +thread_la_SOURCES = thread_core.c thread_misc.c thread_Thread.c thread_Mutex.c thread_Event.c thread_header.h utility.c thread_la_LDFLAGS = -no-undefined -module -avoid-version thread_la_LIBADD = @@ -32,4 +32,5 @@ thread_misc.c: thread_core.c thread_Thread.c: thread_core.c thread_Mutex.c: thread_core.c +thread_Event.c: thread_core.c thread_header.h: thread_core.c