]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/rootlogon.C
Resolving all symbols in the library
[u/mrichter/AliRoot.git] / MUON / rootlogon.C
index 9726861a1bccaf7a1a7c50406889548be628377f..2a103906d6482769bd8c09c2785907555d232a53 100644 (file)
@@ -32,6 +32,9 @@
   includePath        += "-I${ALICE_ROOT}/MUON/mapping ";
   includePath        += "-I${ALICE_ROOT}/RAW ";
   includePath        += "-I${ALICE_ROOT}/include ";
+  
+  if ( gSystem->Getenv("ALICE_INSTALL") ) includePath += "-I${ALICE_INSTALL}/include ";
+  if ( gSystem->Getenv("ALICE_BUILD") ) includePath += "-I${ALICE_BUILD}/include ";
 
   gSystem->SetIncludePath(includePath.Data());
 }