]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTComp.pkg
bugfix: output of one extra cluster when the last rawcluster was accepted by the...
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTComp.pkg
index 72d1ba7b63d91db682b3715074955137baf8541f..278237850b84369a91fff932961ed7ef9712016b 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: CMakelibAliHLTComp.pkg 46803 2011-01-28 22:12:12Z richterm $
+# -*- mode: CMake -*- 
+# $Id$
 #--------------------------------------------------------------------------------#
 # Package File for AliHLTComp                                                    #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( CLASS_HDRS       AliHLTCompAgent.h AliHLTCompPreprocessor.h AliHLTCompDefinitions.h AliHLTCOMPHuffmanAltro.h AliHLTCOMPHuffmanAltroComponent.h AliHLTCOMPHuffmanCodeData.h AliHLTCOMPHuffmanData.h AliHLTCOMPHuffmanOccurrenceData.h AliHLTCOMPHuffmanAltroCalibComponent.h)
+set ( CLASS_HDRS
+    AliHLTCompAgent.h
+    AliHLTCompPreprocessor.h
+    AliHLTCompDefinitions.h
+    AliHLTCOMPHuffmanAltro.h
+    AliHLTCOMPHuffmanAltroComponent.h
+    AliHLTCOMPHuffmanCodeData.h
+    AliHLTCOMPHuffmanData.h
+    AliHLTCOMPHuffmanOccurrenceData.h
+    AliHLTCOMPHuffmanAltroCalibComponent.h
+    )
 
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
 
@@ -34,9 +45,9 @@ set ( MODULE_HDRS     ${CLASS_HDRS})
 
 set ( MODULE_DHDR )
 
-set ( EINCLUDE  HLT/BASE HLT/shuttle HLT/TPCLib HLT/comp STEER)
+set ( EINCLUDE  HLT/BASE HLT/shuttle HLT/TPCLib HLT/comp STEER/CDB STEER/STEERBase)
 
-set ( LIBRARY_DEP  -lHLTbase -lCDB)
+set ( ELIBS  "HLTbase CDB")
 
 include ("CMakehlt.conf")