]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
Fixed shadowed variable
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
index ffc070c821251cb1b92db5d28774cd4f01fe8561..87bf4dc472552dd152e7706f00eee5b7945bab4e 100644 (file)
@@ -1,9 +1,20 @@
-SRCS=  TKDTree.cxx \
-       TKDInterpolator.cxx \
+#-*- Mode: Makefile -*-
+
+SRCS=  \
+  TKDInterpolatorBase.cxx \
+  TKDNodeInfo.cxx \
+  TKDPDF.cxx \
+  TKDInterpolator.cxx \
   TKDSpline.cxx \
   AliTMinuitToolkit.cxx \
   TStatToolkit.cxx
 
 HDRS= $(SRCS:.cxx=.h)
 
-DHDR:=StatLinkDef.h
+DHDR:=STATLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lCDB \
+                         -L$(ROOTLIBDIR) -lMinuit
+endif