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