]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set include path to allow AClic compilation (Laurent)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 16:04:33 +0000 (16:04 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 16:04:33 +0000 (16:04 +0000)
MUON/mapping/macros/mlibs.C

index 9efdb4e25ded8c903338504b58272679903b266f..6d870a96f78411a04ed3e798d88cac00638bdf61 100644 (file)
@@ -7,7 +7,8 @@ void mlibs()
 {
   // add include path
   // gSystem->SetIncludePath(" -I$MINSTALL/include");
-  
+  gSystem->SetIncludePath("-I$ALICE_ROOT/include -I$ALICE_ROOT/MUON/mapping");
+
   // load Root libraries
   gSystem->Load("libPhysics");