common.h: move common code (non-user) to header
[model-checker.git] / Makefile
index 49994aca16dd05804c52b676bd8d4182d8ab3fd9..fc75543c3d814547a74ea94f45ea4a4d5a6610e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 BIN=libthreads
 SOURCE=libthreads.c schedule.c
-HEADERS=libthreads.h schedule.h
+HEADERS=libthreads.h schedule.h common.h
 FLAGS=
 
 all: ${BIN}