]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Exporting Analysis headers
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 16 Apr 2011 06:20:19 +0000 (06:20 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 16 Apr 2011 06:20:19 +0000 (06:20 +0000)
ANALYSIS/CMakelibANALYSIS.pkg

index a834ad541197fa672c3f713c492d2cc4e9c1d788..db94c1e592ea8387f28d9b575d0474123d234245 100644 (file)
@@ -31,10 +31,12 @@ string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
 set ( DHDR  ANALYSISLinkDef.h)
 
+set (EXPORT ${HDRS})
+
 string ( REPLACE ".cxx" ".h" EXPORT "${SRCS}" )
 
 if( ALICE_TARGET STREQUAL "win32gcc")
        
-       set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase)
+set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase)
 
 endif( ALICE_TARGET STREQUAL "win32gcc")