* src/threads/posix/thread-posix.cpp (threads_calc_absolute_time):
[cacao.git] / src / threads / posix / Makefile.am
index 880d47f293f9b8cf5e1c84e3cad1451e3f140eaa..4abed884a9f27f3b05c49d9b4187aca0d52a70ff 100644 (file)
@@ -29,11 +29,10 @@ noinst_LTLIBRARIES = \
        libthreadsposix.la
 
 libthreadsposix_la_SOURCES = \
-       lock.c \
-       lock.h \
-       mutex-posix.h \
-       thread-posix.c \
-       thread-posix.h
+       condition-posix.hpp \
+       mutex-posix.hpp \
+       thread-posix.cpp \
+       thread-posix.hpp
 
 
 ## Local variables: