]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/libFASTSIM.pkg
follow up on name change of QA tasks
[u/mrichter/AliRoot.git] / FASTSIM / libFASTSIM.pkg
index 170e54dacd92e140dc5225574805a17f61399633..ccd1239cd1630fe8debd6be7b134bf9ee872cf66 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS          =   \
 AliFastDetector.cxx \
 AliFastResponse.cxx \
@@ -16,3 +18,7 @@ AliQuenchingWeights.cxx
 HDRS:= $(SRCS:.cxx=.h) 
 
 DHDR= FASTSIMLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lEG
+endif