]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
par file fix
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 May 2012 17:53:39 +0000 (17:53 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 May 2012 17:53:39 +0000 (17:53 +0000)
PWGGA/CMakelibPWGGAEMCALJetTasks.pkg

index 0694d0fe6f0c9ead880879cd220cdd474acb5a06..dfacf88e0c9b60d1d2c47a7bc95484d9d99ba771 100644 (file)
@@ -31,14 +31,16 @@ set ( SRCS
  EMCALJetTasks/AliJetEmbeddingTask.cxx
 )
 
-string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
-
 set ( DHDR  PWGGAEMCALJetTasksLinkDef.h)
 
 string ( REPLACE ".cxx" ".h" EXPORT "${SRCS}" )
 
 set ( SRCS ${SRCS}  EMCALJetTasks/AliFJWrapper.cxx )
 
+string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
+
+set ( HDRS ${HDRS}  EMCALJetTasks/FJ_includes.h )
+
 set ( FASTJET_ROOT $ENV{FASTJET_ROOT} )
 
 if(FASTJET_ROOT)