]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/libACORDErec.pkg
Names of deprecated functions modified
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
index df2541925607e2da0f27e0c2ed1bc85bffc6f1d3..426e7852d598b7a11dece90b9dc730ddfc87fddf 100644 (file)
@@ -1,7 +1,9 @@
 #-*-Mode: Makefile-*-
 
-SRCS = AliACORDERawStream.cxx
-                                                                               
+SRCS = AliACORDEReconstructor.cxx \
+       AliACORDEQADataMakerRec.cxx \
+       AliACORDERecoParam.cxx
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:=ACORDErecLinkDef.h
@@ -10,5 +12,5 @@ EINCLUDE := RAW
 
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lSTEERBase -lRAWDatarec -lRAWDatabase
+                         -lACORDEbase -lSTEERBase -lESD -lSTEER
 endif