X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2FMakefile.am;h=b8c40a9ae558ec8e4b018c747b02a27e09eff58e;hb=35f32713571d45a9b6ebfc1c4c8ffbbab46937a0;hp=ed23dfe231b3bb994557ad917832d6e33b66446d;hpb=3696408991e1119ce2ed13203d8d3e53c6b92f4c;p=cacao.git diff --git a/src/threads/Makefile.am b/src/threads/Makefile.am index ed23dfe23..b8c40a9ae 100644 --- a/src/threads/Makefile.am +++ b/src/threads/Makefile.am @@ -49,16 +49,19 @@ noinst_LTLIBRARIES = \ if ENABLE_THREADS libthreads_la_SOURCES = \ - atomic.c \ + 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.cpp \ + thread.hpp else libthreads_la_SOURCES = endif