]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed compilation on Debian
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Jun 2012 15:19:34 +0000 (15:19 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Jun 2012 15:19:34 +0000 (15:19 +0000)
PWGLF/CMakelibPWGLFforward2.pkg

index fbde7325139c0d268236e64e563d674d1ab7075b..a3715a67b6b74bc39ad7efa82e2dae123563cb48 100644 (file)
@@ -101,7 +101,7 @@ set ( DHDR  PWGLFforward2LinkDef.h)
 add_executable(runTrain
   FORWARD/analysis2/trains/runMain.cxx)
 target_link_libraries(runTrain 
-  ${ARLIBS} ${SHLIBS} ${PBLIBS} ${EXEFLAGS})
+  ${ARLIBS} ${SHLIBS} ${PBLIBS} ${EXEFLAGS} ${ROOTCLIBS})
 install(TARGETS runTrain 
   RUNTIME DESTINATION bin/tgt_${ALICE_TARGET})