]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/libPWG2flowCommon.pkg
update of temperature-based time-dependent calib correction
[u/mrichter/AliRoot.git] / PWG2 / libPWG2flowCommon.pkg
index 5db61192a5a60973ffd634f2fab6c1137d51f4c8..cd6b822d6b429e5b2ebb0855e989ebfeebc42834 100644 (file)
@@ -19,9 +19,8 @@ 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
 
 HDRS= $(SRCS:.cxx=.h) 
 
@@ -29,8 +28,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