]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/trigger/test/testMuonSpectroTrigger.C
.so cleanup: removed from gSystem->Load()
[u/mrichter/AliRoot.git] / HLT / trigger / test / testMuonSpectroTrigger.C
index 151f27baab7ea45c46988660a705b86c7f0247ad..110e5adca5ee899b8928f7343a41c89dfd23c752 100644 (file)
@@ -71,9 +71,9 @@ void GenerateInputData()
 {
        if (gClassTable->GetID("AliHLTMuonSpectroTriggerComponent") < 0)
        {
-               gSystem->Load("libAliHLTUtil.so");
-               gSystem->Load("libAliHLTTRD.so");
-               gSystem->Load("libAliHLTTrigger.so");
+               gSystem->Load("libAliHLTUtil");
+               gSystem->Load("libAliHLTTRD");
+               gSystem->Load("libAliHLTTrigger");
        }
        
        // Allocate two 1 MByte buffers, this will be more than enough space.