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