* src/vm/javaobjects.hpp (java_lang_Thread::set_threadStatus): Added method.
[cacao.git] / src / threads / posix / Makefile.am
index 1ea176c9a1780b54e325f37a92df34d4d1535898..4abed884a9f27f3b05c49d9b4187aca0d52a70ff 100644 (file)
@@ -26,14 +26,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top
 LIBS =
 
 noinst_LTLIBRARIES = \
-       libposix.la
+       libthreadsposix.la
 
-libposix_la_SOURCES = \
-       lock.c \
-       lock.h \
-       threadlist-posix.c \
-       thread-posix.c \
-       thread-posix.h
+libthreadsposix_la_SOURCES = \
+       condition-posix.hpp \
+       mutex-posix.hpp \
+       thread-posix.cpp \
+       thread-posix.hpp
 
 
 ## Local variables:
@@ -42,4 +41,4 @@ libposix_la_SOURCES = \
 ## c-basic-offset: 4
 ## tab-width: 8
 ## compile-command: "automake --add-missing"
-## End:
\ No newline at end of file
+## End: