tde_create_dcop_kidl: Use dcopildng as the default instead of dcopidl.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/50/head
Slávek Banko 4 年之前
父節點 f5b58cdd21
當前提交 e4b370839f
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 608F5293A04BE668

@ -488,14 +488,11 @@ macro( tde_create_dcop_kidl _kidl _kidl_source )
if( NOT TARGET ${_kidl_target} )
add_custom_command(
OUTPUT ${_kidl_output}
COMMAND ${KDE3_DCOPIDL_EXECUTABLE}
COMMAND ${KDE3_DCOPIDLNG_EXECUTABLE}
ARGS ${_kidl_source} > ${_kidl_output}
DEPENDS ${_kidl_source}
)
add_custom_target( ${_kidl_target} DEPENDS ${_kidl_output} )
if( NOT TDE_FOUND )
add_dependencies( ${_kidl_target} dcopidl )
endif( )
endif( )
set( ${_kidl} ${_kidl_output} )

Loading…
取消
儲存