Fix a bug in pthread_mutex_unlock; initialize mutex if necessary when pthread_mutex_t...
[c11tester.git] / Makefile
index 26d4629791ff210ee9ff3b7a5dedd4dab7ef8792..edff29be9cf236a9ca9323819a6b7bb16bc3fc52 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OBJECTS := libthreads.o schedule.o model.o threads.o librace.o action.o \
           datarace.o impatomic.o cmodelint.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
+          sleeps.o history.o funcnode.o funcinst.o predicate.o printf.o newfuzzer.o
 
 CPPFLAGS += -Iinclude -I.
 LDFLAGS := -ldl -lrt -rdynamic -lpthread