]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTSample.pkg
Changes to correctly add fragments production for p-A collisions
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTSample.pkg
index 23786e6d9ba6150aca011c455d24cd01206b574b..27213f381b286a972d296214d151e9f7ced55dad 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: CMakelibAliHLTSample.pkg 46803 2011-01-28 22:12:12Z richterm $
+# $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
+    AliHLTSampleOfflineSinkComponent.h
+    AliHLTDummyComponent.h
+    )
 
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
 
@@ -36,7 +47,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")