]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDutil.pkg
Fixed coverty 'defects'
[u/mrichter/AliRoot.git] / FMD / libFMDutil.pkg
index d7a7e9556fc4b89360ca24600ceb49b78f94f456..bcccc199b375f3e098da58990c4d52bd1d66179e 100644 (file)
@@ -13,12 +13,12 @@ SRCS                =  AliFMDInput.cxx              \
                   AliFMDBaseDA.cxx             \
                    AliFMDPedestalDA.cxx                \
                   AliFMDGainDA.cxx             \
-                  AliFMDSpectraDisplay.cxx     \
-                  AliFMDBackgroundCorrection.cxx 
+                  AliFMDSpectraDisplay.cxx     
+
 
 HDRS           =  $(SRCS:.cxx=.h) 
 DHDR           := FMDutilLinkDef.h
-EINCLUDE       := RAW FMD/analysis
+EINCLUDE       := RAW
 
 #ELIBS           := FMDanalysis
 #ELIBSDIR      := $(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)
@@ -27,7 +27,7 @@ ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lFMDrec -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
                          -lRAWDatarec \
-                         -L$(shell root-config --libdir) -lGeom
+                         -L$(ROOTLIBDIR) -lGeom
 endif
 
 #