]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/libFASTSIM.pkg
Fix to Jan Fiete's bug report
[u/mrichter/AliRoot.git] / FASTSIM / libFASTSIM.pkg
index bb566c09172298a3939acb386590522f506df890..ccd1239cd1630fe8debd6be7b134bf9ee872cf66 100644 (file)
@@ -1,9 +1,24 @@
+#-*- Mode: Makefile -*-
+
 SRCS          =   \
 AliFastDetector.cxx \
 AliFastResponse.cxx \
 AliFastParticle.cxx \
-AliFastEvent.cxx 
+AliFastEvent.cxx \
+AliFastMuonTrackingAcc.cxx \
+AliFastMuonTrackingEff.cxx \
+AliFastMuonTrackingRes.cxx \
+AliFastMuonTriggerEff.cxx \
+AliMUONFastTracking.cxx \
+AliMUONFastTrackingEntry.cxx \
+AliFastGlauber.cxx \
+AliQuenchingWeights.cxx
+
 
 HDRS:= $(SRCS:.cxx=.h) 
 
 DHDR= FASTSIMLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lEG
+endif