SVN commit 537611 by mojo: Don't waste FindKDEInternal.cmake hard labor.
CCMAIL: [email protected] M +1 -5 CMakeLists.txt --- trunk/KDE/kdelibs/dcop/dcopidlng/CMakeLists.txt #537610:537611 @@ -4,11 +4,7 @@ ########### install files ############### -if(WIN32) - install_programs(/bin FILES dcopidl.bat) -else(WIN32) - install_programs(/bin FILES dcopidl) -endif(WIN32) +install_programs(/bin FILES ${KDE4_DCOPIDL_EXECUTABLE}) install_files( ${DATA_INSTALL_DIR}/dcopidl FILES Ast.pm Iter.pm kalyptusCxxToDcopIDL.pm kdocAstUtil.pm kdocParseDoc.pm kdocUtil.pm kalyptus ) _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
