]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/Makefile
Minor fix for software triggers.
[u/mrichter/AliRoot.git] / PWG3 / Makefile
index f423471050ebc5363b88e506b380d6710cdd2c25..3026706df2b25e6378535e0aa07aad4ed7ea801e 100644 (file)
@@ -24,9 +24,12 @@ ifneq ($(ESD_INCLUDE),)
        ifneq ($(CORRFW_INCLUDE),)
                ALICEINC += -I../$(CORRFW_INCLUDE)
        endif
+       ifneq ($(PWG3base_INCLUDE),)
+               ALICEINC += -I../$(PWG3base_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