]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libHLTbase.pkg
- small changes to macro
[u/mrichter/AliRoot.git] / HLT / libHLTbase.pkg
index 8d0ed0ab91308a25d235ad1f57fb0b729d41669d..84fce534ae974ff6bf95c65b9b9415c2c672a9aa 100644 (file)
@@ -5,6 +5,7 @@ include $(MODDIR)/hlt.conf
 
 CLASS_HDRS:=   AliHLTComponent.h \
                AliHLTComponentHandler.h \
+               AliHLTMisc.h \
                AliHLTSystem.h \
                AliHLTReconstructorBase.h \
                AliHLTPluginBase.h \
@@ -26,7 +27,10 @@ CLASS_HDRS:=         AliHLTComponent.h \
                AliHLTModuleAgent.h \
                AliHLTModulePreprocessor.h \
                AliHLTShuttleInterface.h \
+               AliHLTDimServer.h \
                AliHLTHOMERLibManager.h \
+               AliHLTHOMERManager.h \
+               AliHLTHOMERProxyHandler.h \
                AliHLTHOMERBlockDesc.h \
                AliHLTHOMERSourceDesc.h \
                AliHLTEsdManager.h \
@@ -42,8 +46,16 @@ CLASS_HDRS:=         AliHLTComponent.h \
                AliHLTMessage.h \
                AliHLTEventStatistics.h \
                AliHLTBlockDataCollection.h \
-                AliHLTRunStatistics.h \
-                AliHLTKalmanTrack.h
+                AliHLTTriggerDecision.h                     \
+                AliHLTGlobalTriggerDecision.h               \
+                AliHLTReadoutList.h                         \
+                AliHLTTriggerDomain.h                       \
+                AliHLTDomainEntry.h                         \
+                AliHLTTriggerMenu.h                         \
+                AliHLTTriggerMenuItem.h                     \
+                AliHLTTriggerMenuSymbol.h                   \
+                AliHLTCTPData.h                             \
+                AliHLTRunStatistics.h
 
 
 
@@ -53,14 +65,14 @@ MODULE_SRCS=        AliHLT_C_Component_WrapperInterface.cxx \
 
 MODULE_HDRS:=  $(CLASS_HDRS) \
                AliHLTDataTypes.h \
+               AliHLTLoggingVariadicFree.h \
                AliHLTExternalTrackParam.h \
                AliHLTCommonCDBEntries.h \
-               AliHLTMisc.h \
                AliHLT_C_Component_WrapperInterface.h \
                AliHLTDefinitions.h \
                AliHLTStdIncludes.h
 
-MODULE_DHDR:=
+MODULE_DHDR:=  HLTbaseLinkDef.h
 
 SRCS:=$(patsubst %,BASE/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,BASE/%,$(CLASS_HDRS))
@@ -75,5 +87,5 @@ PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
 
 # the libHLTbase depends on the abstract interface of the monitoring reader
 # and needs include patch HLT/BASE/HOMER because of that. There is no library
-# dependency. Objects are intantianted dynamically.
+# dependency. Objects are instantianted dynamically.
 EINCLUDE := HLT/BASE HLT/BASE/HOMER