X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2FMakefile.am;h=98e8200b3b05e8d660ef9dd5584d5f57ff423da4;hb=86d823b0f0a96d85999b3ffcbaa4a34c7ee6df3f;hp=6f69df0f09e869369d210c9546b177f5ffe5a971;hpb=61fb7f16bca49237e5cb7cf856c6d393fc58d95e;p=cacao.git diff --git a/src/threads/Makefile.am b/src/threads/Makefile.am index 6f69df0f0..98e8200b3 100644 --- a/src/threads/Makefile.am +++ b/src/threads/Makefile.am @@ -49,14 +49,25 @@ noinst_LTLIBRARIES = \ if ENABLE_THREADS 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 \ - thread.c \ - thread.h + 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 libthreads_la_SOURCES = endif