* src/threads/posix/mutex-posix.hpp (Mutex): Added a forward typedef.
[cacao.git] / src / threads / Makefile.am
index 1aa9df94ff18e0e7ef59ebd9ca06be049a2a8ba3..68cdfd9ec4d5c5c5b8373aa33cc3a9fa55949196 100644 (file)
@@ -49,12 +49,16 @@ noinst_LTLIBRARIES = \
 
 if ENABLE_THREADS
 libthreads_la_SOURCES = \
+       atomic.cpp \
+       atomic.hpp \
+       condition.hpp \
        lock-common.h \
-       mutex.h \
+       removeme.cpp \
+       mutex.hpp \
        threadlist.c \
        threadlist.h \
-       thread.c \
-       thread.h
+       thread.cpp \
+       thread.hpp
 else
 libthreads_la_SOURCES =
 endif