]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/libT0shuttle.pkg
Bug fix in the order of the Ds cuts (Sadhana, Francesco)
[u/mrichter/AliRoot.git] / T0 / libT0shuttle.pkg
index c4053d1ea1b901c8cab5cc27ed4577710773f5fe..844bdb39e94a1aba1c4ea4a4d855ab9ac2c7d9e7 100644 (file)
@@ -1,10 +1,15 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-SRCS = AliT0Preprocessor.cxx AliT0DataDCS.cxx 
+SRCS = AliT0Preprocessor.cxx AliT0DataDCS.cxx AliT0PreprocessorCosmic.cxx 
 # AliT0CalibWalk.cxx AliT0CalibTimeEq.cxx 
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR= T0shuttleLinkDef.h
 
 EINCLUDE:=RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lT0base -lCDB -lSTEERBase
+endif