]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
proper linking for libHLTrec.so
authorTimo Breitner <timo.gunther.breitner@cern.ch>
Thu, 5 Dec 2013 22:07:16 +0000 (23:07 +0100)
committerTimo Breitner <timo.gunther.breitner@cern.ch>
Fri, 6 Dec 2013 12:24:26 +0000 (13:24 +0100)
had to add ANALYSIS to linked libs, otherwise there are unresolved
symbols  when running online (in HLT).

HLT/CMakelibHLTrec.pkg

index be74b5ff7ad2d4a4ed3483c87660f7f6c88482ab..6f69cfcaa8c171361c09e0a56aaa8de25378cfcc 100644 (file)
@@ -49,7 +49,7 @@ set ( MODULE_DHDR )
 
 set ( EINCLUDE  "HLT/rec HLT/BASE HLT/BASE/HOMER RAW STEER/STEER STEER/ESD STEER/STEERBase")
 
-set ( ELIBS  "HLTbase CDB ESD STEERBase STEER RAWDatarec RAWDatabase")
+set ( ELIBS  "HLTbase CDB ESD STEERBase STEER RAWDatarec RAWDatabase ANALYSIS")
 
 include ("CMakehlt.conf")