From 2e440ca3359f35aaea0ac3c79905a71a98a6950d Mon Sep 17 00:00:00 2001 From: richterm Date: Wed, 12 May 2010 10:56:42 +0000 Subject: [PATCH] removing the required component libraries, all inputs are handled dynamically --- HLT/global/AliHLTGlobalAgent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/global/AliHLTGlobalAgent.cxx b/HLT/global/AliHLTGlobalAgent.cxx index f2b8ef1caea..d68a67779ca 100644 --- a/HLT/global/AliHLTGlobalAgent.cxx +++ b/HLT/global/AliHLTGlobalAgent.cxx @@ -190,7 +190,7 @@ const char* AliHLTGlobalAgent::GetRequiredComponentLibraries() const { // see header file for class documentation - return "libAliHLTUtil.so libAliHLTRCU.so libAliHLTTPC.so libAliHLTITS.so"; + return ""; } int AliHLTGlobalAgent::GetHandlerDescription(AliHLTComponentDataType /*dt*/, -- 2.43.0