]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTSample.pkg
from Hanseul
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTSample.pkg
index 815361868a9330ad2db4dc6e2b543c1b13be5216..fe417921e14bb0fcf3bd4a2c24327368c7a7bb93 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 #--------------------------------------------------------------------------------#
 # Package File for AliHLTSample                                                  #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( CLASS_HDRS       AliHLTSampleComponent1.h AliHLTSampleComponent2.h AliHLTSampleCalibrationComponent.h AliHLTSampleESDAnalysisComponent.h AliHLTSampleRawAnalysisComponent.h AliHLTSampleMonitoringComponent.h AliHLTAgentSample.h AliHLTSamplePreprocessor.h AliHLTSampleOfflineSinkComponent.h AliHLTDummyComponent.h)
+set ( CLASS_HDRS
+    AliHLTSampleComponent1.h
+    AliHLTSampleComponent2.h
+    AliHLTSampleCalibrationComponent.h
+    AliHLTSampleESDAnalysisComponent.h
+    AliHLTSampleRawAnalysisComponent.h
+    AliHLTSampleMonitoringComponent.h
+    AliHLTAgentSample.h
+    AliHLTSamplePreprocessor.h
+    AliHLTDummyComponent.h
+    )
 
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
 
@@ -35,7 +46,7 @@ set ( MODULE_DHDR )
 
 set ( EINCLUDE  HLT/BASE HLT/shuttle HLT/SampleLib STEER RAW)
 
-set ( LIBRARY_DEP  -lHLTbase -lCDB -lSTEERBase)
+set ( ELIBS  "HLTbase CDB STEERBase")
 
 include ("CMakehlt.conf")