* src/threads/posix/lock.c: Moved to .cpp.
[cacao.git] / src / threads / posix / Makefile.am
index 7a825cd2a52e4efb7a1c881819c7d9da49f3e422..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 \
-       mutex-posix.h \
-       thread-posix.c \
-       thread-posix.h
+libthreadsposix_la_SOURCES = \
+       condition-posix.hpp \
+       mutex-posix.hpp \
+       thread-posix.cpp \
+       thread-posix.hpp
 
 
 ## Local variables: