Merge from subtype.
[cacao.git] / src / threads / Makefile.am
index 68cdfd9ec4d5c5c5b8373aa33cc3a9fa55949196..b8c40a9ae558ec8e4b018c747b02a27e09eff58e 100644 (file)
@@ -52,11 +52,14 @@ libthreads_la_SOURCES = \
        atomic.cpp \
        atomic.hpp \
        condition.hpp \
-       lock-common.h \
+       lock.cpp \
+       lock.hpp \
+       lockword.cpp \
+       lockword.hpp \
        removeme.cpp \
        mutex.hpp \
-       threadlist.c \
-       threadlist.h \
+       threadlist.cpp \
+       threadlist.hpp \
        thread.cpp \
        thread.hpp
 else