X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2FMakefile.am;h=ed23dfe231b3bb994557ad917832d6e33b66446d;hb=3696408991e1119ce2ed13203d8d3e53c6b92f4c;hp=882901dd6c8b8eb7b1ad03137aa2c0dc3f23777a;hpb=ed2389f2ff2e1036f6a44e255296e1bca7cd3213;p=cacao.git diff --git a/src/threads/Makefile.am b/src/threads/Makefile.am index 882901dd6..ed23dfe23 100644 --- a/src/threads/Makefile.am +++ b/src/threads/Makefile.am @@ -51,10 +51,10 @@ if ENABLE_THREADS libthreads_la_SOURCES = \ atomic.c \ atomic.hpp \ - critical.c \ - critical.h \ + condition.hpp \ lock-common.h \ - mutex.h \ + removeme.cpp \ + mutex.hpp \ threadlist.c \ threadlist.h \ thread.c \