]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/libTOFbase.pkg
TOF FEE configuration database dump stored in ReferenceData inside Calib/FEEDump
[u/mrichter/AliRoot.git] / TOF / libTOFbase.pkg
index 2ea2f0f8dc67216a8f383bfb0f47be1bd700cf4c..7acf22f9982de706752c3a7fecac0e7adf35dd68 100644 (file)
@@ -22,11 +22,11 @@ SRCS  = AliTOFGeometry.cxx  \
         AliTOFFormatDCS.cxx \
        AliTOFPreprocessorFDR.cxx \
        AliTOFFEEReader.cxx \
+       AliTOFFEEDump.cxx \
        AliTOFCableLengthMap.cxx \
        AliTOFNoiseConfigHandler.cxx \
        AliTOFcalibHisto.cxx \
-       AliTOFArray.cxx \
-       AliTOFDaConfigHandler.cxx
+       AliTOFArray.cxx
 
 
 HDRS:= $(SRCS:.cxx=.h)
@@ -39,5 +39,5 @@ ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEER -lCDB -lSTEERBase \
                          -lRAWDatarec -lRAWDatabase \
-                         -L$(ROOTLIBDIR) -lGeom
+                         -L$(shell root-config --libdir) -lGeom
 endif