X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FCMakelibAliHLTComp.pkg;h=278237850b84369a91fff932961ed7ef9712016b;hb=eb0c69857690873545233df9a44ea53f9575cb54;hp=72d1ba7b63d91db682b3715074955137baf8541f;hpb=5a23824254fb902519e6766c3fa939a1a7fc54c3;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/CMakelibAliHLTComp.pkg b/HLT/CMakelibAliHLTComp.pkg index 72d1ba7b63d..278237850b8 100644 --- a/HLT/CMakelibAliHLTComp.pkg +++ b/HLT/CMakelibAliHLTComp.pkg @@ -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) # @@ -26,7 +27,17 @@ # 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")