]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding PWG3base n the include for par file compilation (Philippe P.)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Sep 2010 16:31:01 +0000 (16:31 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Sep 2010 16:31:01 +0000 (16:31 +0000)
PWG3/Makefile

index f423471050ebc5363b88e506b380d6710cdd2c25..abfa0eb5ca8762758e6f1e4375d02605f77331a3 100644 (file)
@@ -26,7 +26,7 @@ ifneq ($(ESD_INCLUDE),)
        endif
 else
   ifneq ($(ALICE_ROOT),)
-    ALICEINC += -I$(ALICE_ROOT)/include -I$(ALICE_ROOT)/MUON -I$(ALICE_ROOT)/MUON/mapping
+    ALICEINC += -I$(ALICE_ROOT)/include -I$(ALICE_ROOT)/PWG3/base -I$(ALICE_ROOT)/MUON -I$(ALICE_ROOT)/MUON/mapping
 else
   endif
 endif