]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliQAChecker.cxx
.so cleanup: more gSystem->Load()
[u/mrichter/AliRoot.git] / STEER / STEER / AliQAChecker.cxx
index 6400397b32ae221b7c967253b6092ad3e064bfae..5a2f17cde5734764c684da535096f564c9ed3358 100644 (file)
@@ -132,7 +132,7 @@ AliQAChecker::~AliQAChecker()
                        //AliDebug(AliQAv1::GetQADebugLevel(), Form("defining plugin for %s", qacName.Data()));
                        TString libs = gSystem->GetLibraries();
                
-                       if (libs.Contains("lib" + detName + "base.so") || (gSystem->Load("lib" + detName + "base.so") >= 0))
+                       if (libs.Contains("lib" + detName + "base") || (gSystem->Load("lib" + detName + "base") >= 0))
                                pluginManager->AddHandler("AliQAChecker", detName, qacName, detName + "qac", qacName + "()");
                        else 
                                pluginManager->AddHandler("AliQAChecker", detName, qacName, detName, qacName + "()");