From 1a02507f50c502bf19a5fef929224d4806eb38c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 3 May 2010 15:02:26 +0000 Subject: [PATCH] more helper apps to libexec svn path=/trunk/KDE/kdebase/workspace/; revision=1122313 --- kcmkwin/kwinrules/CMakeLists.txt | 2 +- killer/CMakeLists.txt | 2 +- opengltest/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kcmkwin/kwinrules/CMakeLists.txt b/kcmkwin/kwinrules/CMakeLists.txt index a1f21e5c47..835caf2b48 100644 --- a/kcmkwin/kwinrules/CMakeLists.txt +++ b/kcmkwin/kwinrules/CMakeLists.txt @@ -13,7 +13,7 @@ kde4_add_kdeinit_executable( kwin_rules_dialog ${kwin_rules_dialog_KDEINIT_SRCS} target_link_libraries(kdeinit_kwin_rules_dialog ${KDE4_KDEUI_LIBS} ${X11_LIBRARIES}) install(TARGETS kdeinit_kwin_rules_dialog ${INSTALL_TARGETS_DEFAULT_ARGS} ) -install(TARGETS kwin_rules_dialog ${INSTALL_TARGETS_DEFAULT_ARGS} ) +install(TARGETS kwin_rules_dialog DESTINATION ${LIBEXEC_INSTALL_DIR} ) ########### next target ############### diff --git a/killer/CMakeLists.txt b/killer/CMakeLists.txt index 3e7fc646ae..9bf1c3d776 100644 --- a/killer/CMakeLists.txt +++ b/killer/CMakeLists.txt @@ -7,4 +7,4 @@ kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS}) target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} ${X11_X11_LIB}) -install(TARGETS kwin_killer_helper ${INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS kwin_killer_helper DESTINATION ${LIBEXEC_INSTALL_DIR} ) diff --git a/opengltest/CMakeLists.txt b/opengltest/CMakeLists.txt index 49607c8213..82cae857d4 100644 --- a/opengltest/CMakeLists.txt +++ b/opengltest/CMakeLists.txt @@ -6,5 +6,5 @@ kde4_add_executable(kwin_opengl_test ${kwin_opengl_test_SRCS}) target_link_libraries(kwin_opengl_test ${X11_LIBRARIES} ${OPENGL_gl_LIBRARY}) -install(TARGETS kwin_opengl_test ${INSTALL_TARGETS_DEFAULT_ARGS} ) +install(TARGETS kwin_opengl_test DESTINATION ${LIBEXEC_INSTALL_DIR} )