From 4696ef802a1c3b037a07a841945d73b52720a163 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 5 Aug 2005 09:15:41 +0000 Subject: (svn r2809) Implement more generic threading functions, which allow more than one thread --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddccf0376..49a52f2da 100644 --- a/Makefile +++ b/Makefile @@ -665,6 +665,7 @@ C_SOURCES += strings.c C_SOURCES += subsidy_gui.c C_SOURCES += terraform_gui.c C_SOURCES += texteff.c +C_SOURCES += thread.c C_SOURCES += tile.c C_SOURCES += town_cmd.c C_SOURCES += town_gui.c -- cgit v1.2.3-54-g00ecf