]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibHLTsim.pkg
minor bugfix: add a default info message
[u/mrichter/AliRoot.git] / HLT / CMakelibHLTsim.pkg
index 39374c4d2f90a9b87f82451e53923f2a838f2eac..099d18ba8c3095d103c87ad2a278ba0de2476ffe 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 #--------------------------------------------------------------------------------#
 # Package File for HLTsim                                                        #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 
 set ( LIBHLTSIM_VERSION  "1")
 
-set ( CLASS_HDRS       AliHLTSimulation.h AliHLTAgentSim.h AliHLTOUTComponent.h)
+set ( CLASS_HDRS
+    AliHLTSimulation.h
+    AliHLTAgentSim.h
+    AliHLTOUTComponent.h
+    )
+
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
 
 set ( MODULE_HDRS      ${CLASS_HDRS})
@@ -36,7 +42,7 @@ set ( MODULE_DHDR )
 
 set ( EINCLUDE  HLT/sim HLT/BASE HLT/BASE/HOMER STEER RAW)
 
-set ( LIBRARY_DEP  -lHLTbase -lSTEERbase -lCDB -lSTEER -lRAWDatarec -lRAWDatabase)
+set ( ELIBS  "HLTbase STEERBase CDB STEER RAWDatarec RAWDatabase")
 
 include ("CMakehlt.conf")