]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONshuttle.pkg
Filling residuals for the outer detectors during the PropagateBack step
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
index 67cc8693b515eff65230583ab3a565d07507555a..ec30de353ff1ea9b8f9d9beec35a683ef9619b08 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= \
@@ -17,4 +18,10 @@ DHDR:= MUONshuttleLinkDef.h
 
 EINCLUDE := MUON/mapping
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONmapping -lMUONgeometry -lMUONcalib \
+                         -lMUONbase -lMUONcore -lCDB -lSTEERBase
+endif
+