* Merged in new atomic instructions (twisti branch).
[cacao.git] / src / threads / Makefile.am
index 1aa9df94ff18e0e7ef59ebd9ca06be049a2a8ba3..ed23dfe231b3bb994557ad917832d6e33b66446d 100644 (file)
@@ -49,8 +49,12 @@ noinst_LTLIBRARIES = \
 
 if ENABLE_THREADS
 libthreads_la_SOURCES = \
+       atomic.c \
+       atomic.hpp \
+       condition.hpp \
        lock-common.h \
-       mutex.h \
+       removeme.cpp \
+       mutex.hpp \
        threadlist.c \
        threadlist.h \
        thread.c \