libthreads: split into libthreads and threads
[c11tester.git] / Makefile
index 7e4f5b6693f19badbc85c531f1ec7aba0ae81961..bdd83482c4c8b699e3a7c6b83cdfc5f349f046d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC=g++
 BIN=libthreads
-SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c
+SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c threads.cc
 HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h
 FLAGS=-Wall -ldl -g