]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/libACORDErec.pkg
Fixing a warning
[u/mrichter/AliRoot.git] / ACORDE / libACORDErec.pkg
index ccbae8e8afe3726c62d5552c6315b8ebebaaa83c..426e7852d598b7a11dece90b9dc730ddfc87fddf 100644 (file)
@@ -1,8 +1,16 @@
-SRCS = 
-                                                                                
-                                                                               
+#-*-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