From cc8e2c73cb2d0866692fdbe44fcdc9d338f5f665 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 17 Apr 2007 12:26:38 +0000 Subject: [PATCH] Not necessary to keep it into svn svn path=/branches/work/kwin_composite/; revision=654956 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c5cf341d5..455279cf80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ endif (X11_Xfixes_FOUND) install(TARGETS kdeinit_kwin DESTINATION ${LIB_INSTALL_DIR} ) target_link_libraries( kwin kdeinit_kwin ) -install(TARGETS kwin DESTINATION bin) +install(TARGETS kwin DESTINATION ${BIN_INSTALL_DIR}) ########### install files ###############