]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/Makefile.am
Calibration component - beta implementation of AliHLTCalibrationProcessor for TRD...
[u/mrichter/AliRoot.git] / HLT / TRD / Makefile.am
index ff14fdf08535aedc6296446dfff380cf527a01ad..92e48f414c93b8421e2990be53e390ed3ee59575 100644 (file)
@@ -21,7 +21,8 @@ libAliHLTTRD_la_SOURCES               = AliTRDclusterizerHLT.cxx \
                                  AliHLTTRDDefinitions.cxx \
                                  AliHLTTRDClusterizerComponent.cxx \
                                  AliHLTTRDTrackerComponent.cxx \
-                                 AliHLTTRDEsdWriterComponent.cxx
+                                 AliHLTTRDEsdWriterComponent.cxx \
+                                 AliHLTTRDCalibrationComponent.cxx
 
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
@@ -29,7 +30,8 @@ CLASS_HDRS                    = AliTRDclusterizerHLT.h \
                                  AliHLTTRDDefinitions.h \
                                  AliHLTTRDClusterizerComponent.h \
                                  AliHLTTRDTrackerComponent.h \
-                                 AliHLTTRDEsdWriterComponent.h
+                                 AliHLTTRDEsdWriterComponent.h \
+                                 AliHLTTRDCalibrationComponent.h
 
 pkginclude_HEADERS             = $(CLASS_HDRS)