From 82a03d24c529ee84d08895eee44976127fedb9de Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Tue, 27 Jan 2015 16:18:56 +0100
Subject: [PATCH] rootcore dependency fix. (CxxUtils-00-01-42)

	* Tagging CxxUtils-00-01-42.
	* cmt/Makefile.RootCore: Dependency fix.
---
 Control/CxxUtils/cmt/Makefile.RootCore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CxxUtils/cmt/Makefile.RootCore b/Control/CxxUtils/cmt/Makefile.RootCore
index ce57344c06e..432b5fe055e 100644
--- a/Control/CxxUtils/cmt/Makefile.RootCore
+++ b/Control/CxxUtils/cmt/Makefile.RootCore
@@ -12,7 +12,7 @@ PACKAGE_OBJFLAGS = -DXAOD_STANDALONE -DXAOD_ANALYSIS
 PACKAGE_LDFLAGS  = 
 PACKAGE_BINFLAGS = 
 PACKAGE_LIBFLAGS = 
-PACKAGE_DEP      = Asg_Boost
+PACKAGE_DEP      = Asg_Boost TestTools
 PACKAGE_TRYDEP   = 
 PACKAGE_CLEAN    = 
 PACKAGE_NOGRID   = 
-- 
GitLab