]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add -IFORWARD/analysis2 to compiler flags when building PWGLFforward2 PAR
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Jul 2013 13:29:00 +0000 (13:29 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Jul 2013 13:29:00 +0000 (13:29 +0000)
PWGLF/Makefile

index 9009ddbe7372444f7e1687fd3064700bd0ef2a91..e6abfe0a363feebe7a0070caaf5581e567ba0119 100644 (file)
@@ -16,6 +16,10 @@ ifeq ($(PACKAGE),PWGLFresonancesdev)
   ALICEINC      += -IRESONANCES_DEV
 endif
 
+ifeq ($(PACKAGE),PWGLFforward2)
+  ALICEINC      += -IFORWARD/analysis2
+endif
+
 ### define include dir for local case and par case
 ifneq ($(STEERBase_INCLUDE),)
    ALICEINC += -I../$(STEERBase_INCLUDE)