]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2flowCommon.pkg
Fixing conventions (Andrey Ivanov)
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
index 5db61192a5a60973ffd634f2fab6c1137d51f4c8..655be1f25a9b5a7268e3af7a70deb82c8ee2ed7b 100644 (file)
@@ -19,9 +19,10 @@ SRCS= FLOW/AliFlowCommon/AliFlowEventSimple.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithCumulants.cxx \
       FLOW/AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx \
-      FLOW/AliFlowCommon/AliFittingQDistribution.cxx \
       FLOW/AliFlowCommon/AliCumulantsFunctions.cxx \
-      FLOW/AliFlowCommon/AliFittingFunctionsForQDistribution.cxx
+      FLOW/AliFlowCommon/AliFlowAnalysisWithFittingQDistribution.cxx \
+      FLOW/AliFlowCommon/AliFlowAnalysisWithMixedHarmonics.cxx \
+      FLOW/AliFlowCommon/AliFlowAnalysisWithNestedLoops.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
@@ -29,8 +30,8 @@ DHDR:=PWG2flowCommonLinkDef.h
 
 EXPORT:=
 
-EINCLUDE:= 
+EINCLUDE:= PWG2/FLOW/AliFlowCommon 
 
 ifeq (win32gcc,$(ALICE_TARGET))
-PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lEG
+PACKSOFLAGS:= $(SOFLAGS) -L$(ROOTLIBDIR) -lEG
 endif