]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTTRD.pkg
Temporary fix until I figure out how to handle endian checking under Mac OS.
[u/mrichter/AliRoot.git] / HLT / libAliHLTTRD.pkg
index 81560058719f7e5d78a42a14faf5fb3641842371..12a25aee1d279b6092d29332eb5d25d2fe4e45e6 100644 (file)
@@ -14,7 +14,7 @@ MODULE_SRCS= \
         AliHLTTRDDefinitions.cxx \
         AliHLTTRDTrackerComponent.cxx \
         AliTRDclusterizerHLT.cxx \
-       AliTRDtrackerHLT.cxx
+       AliHLTTRDEsdWriterComponent.cxx
 
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
@@ -23,7 +23,7 @@ CLASS_HDRS:= \
         AliHLTTRDDefinitions.h \
         AliHLTTRDTrackerComponent.h \
         AliTRDclusterizerHLT.h \
-       AliTRDtrackerHLT.h
+       AliHLTTRDEsdWriterComponent.h
 
 # library headers
 # in most cases you might have already added all the header files to
@@ -51,7 +51,7 @@ PACKCXXFLAGS := ${HLTCXXFLAGS}
 PACKCFLAGS   := ${HLTCLFAGS}
 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
-EINCLUDE := HLT/BASE HLT/TRD TRD RAW
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/TRD TRD RAW
 
 ###############################################################################
 #