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
No known key found for this signature in database
GPG 키 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} )

불러오는 중...
취소
저장