]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGUD/Makefile
- changed Addtask to run added signals for new MC's
[u/mrichter/AliRoot.git] / PWGUD / Makefile
index e3a9d4caceee8d74b3160f30f8a46fbf6cd050f0..1a49c86dba39f22aa632ab07e0519dc1beaa0799 100644 (file)
@@ -11,8 +11,9 @@ ifndef PACKCXXFLAGS
    PACKCXXFLAGS = $(CXXFLAGS)
 endif
 
+# For local includes in the PWGUDbase and PWGUDbase/base dirs (G.Ganis, July 2012)
 ALICEINC = -I.
-ALICEINC += -I./$(PACKAGE)/
+ALICEINC += -Ibase
 
 ifneq ($(STEERBase_INCLUDE),)
    ALICEINC += -I../$(STEERBase_INCLUDE) 
@@ -29,9 +30,6 @@ endif
 ifneq ($(ANALYSISalice_INCLUDE),)
    ALICEINC += -I../$(ANALYSISalice_INCLUDE) 
 endif
-ifneq ($(PWGUDbase_INCLUDE),)
-   ALICEINC += -I../$(PWGUDbase_INCLUDE) 
-endif
 ifneq ($(PWGUDdep_INCLUDE),)
    ALICEINC += -I../$(PWGUDdep_INCLUDE) 
 endif