]> 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 0d05a67d3c309036c6a6dd4feda6567feaabe8af..426e7852d598b7a11dece90b9dc730ddfc87fddf 100644 (file)
@@ -1,7 +1,16 @@
-SRCS = AliACORDERawStream.cxx AliACORDEReconstructor.cxx
-                                                                               
+#-*-Mode: Makefile-*-
+
+SRCS = AliACORDEReconstructor.cxx \
+       AliACORDEQADataMakerRec.cxx \
+       AliACORDERecoParam.cxx
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:=ACORDErecLinkDef.h
 
 EINCLUDE := RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lACORDEbase -lSTEERBase -lESD -lSTEER
+endif