* src/threads/posix/thread-posix.cpp, src/threads/thread.cpp,
[cacao.git] / src / threads / Makefile.am
index b8c40a9ae558ec8e4b018c747b02a27e09eff58e..98e8200b3b05e8d660ef9dd5584d5f57ff423da4 100644 (file)
@@ -60,6 +60,12 @@ libthreads_la_SOURCES = \
        mutex.hpp \
        threadlist.cpp \
        threadlist.hpp \
+       thread-classpath.cpp \
+       thread-classpath.hpp \
+       thread-cldc11.cpp \
+       thread-cldc11.hpp \
+       thread-openjdk.cpp \
+       thread-openjdk.hpp \
        thread.cpp \
        thread.hpp
 else