Merge from subtype.
[cacao.git] / src / threads / Makefile.am
index b6cf86dd5bdfc94439964c1c0c7c11cd74faf3aa..b8c40a9ae558ec8e4b018c747b02a27e09eff58e 100644 (file)
@@ -49,14 +49,19 @@ noinst_LTLIBRARIES = \
 
 if ENABLE_THREADS
 libthreads_la_SOURCES = \
-       critical.c \
-       critical.h \
-       lock-common.h \
-       mutex.h \
-       threadlist.c \
-       threadlist.h \
-       thread.c \
-       thread.h
+       atomic.cpp \
+       atomic.hpp \
+       condition.hpp \
+       lock.cpp \
+       lock.hpp \
+       lockword.cpp \
+       lockword.hpp \
+       removeme.cpp \
+       mutex.hpp \
+       threadlist.cpp \
+       threadlist.hpp \
+       thread.cpp \
+       thread.hpp
 else
 libthreads_la_SOURCES =
 endif