From 67c4db3e66b5cc4084ccc18b21e7ef6a1af2dd77 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 22 Oct 2013 14:28:51 -0400 Subject: [PATCH] client: Add missing reference to thread.cpp for Makefile.am --- client/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Makefile.am b/client/Makefile.am index 59d1ff0fbe..9f71abcb38 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -80,6 +80,7 @@ boinc_client_SOURCES = \ rr_sim.cpp \ sandbox.cpp \ scheduler_op.cpp \ + thread.cpp \ time_stats.cpp \ whetstone.cpp \ work_fetch.cpp