Create WaitObj to store information about which thread is waiting for whom and is...
[c11tester.git] / Makefile
index 6a57d4a9902a469c4745c7ea20373b4ce3e8ed91..f9d34249619660effdb7d03b74d65d54463259fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OBJECTS := libthreads.o schedule.o model.o threads.o librace.o action.o \
           snapshot.o malloc.o mymemory.o common.o mutex.o conditionvariable.o \
           context.o execution.o libannotate.o plugins.o pthread.o futex.o fuzzer.o \
           sleeps.o history.o funcnode.o funcinst.o predicate.o printf.o newfuzzer.o \
-          concretepredicate.o
+          concretepredicate.o waitobj.o
 
 CPPFLAGS += -Iinclude -I.
 LDFLAGS := -ldl -lrt -rdynamic -lpthread