Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Moreau <marcandre.moreau@gmail.com>2011-11-13 06:57:42 +0400
committerMarc-André Moreau <marcandre.moreau@gmail.com>2011-11-13 06:57:42 +0400
commit74256ffec8e5277ec945d8187b911c764aa620d8 (patch)
treee23207dc60a58a2a7774c5c1b8ffefd0827c95b5 /CMakeLists.txt
parentfa865df631d79d251baf2344fc9957615ebbec5e (diff)
cmake: installation of binaries in proper locations
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f37711e89..0a00dbf1f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,8 +74,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include)
set(REMMINA_VERSION "0.9.99.1")
set(REMMINA_DATADIR "${CMAKE_INSTALL_PREFIX}/share/remmina")
-set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/remmina")
-set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_PREFIX}/share/remmina")
+set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/share/locale")
+set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_PREFIX}/lib/remmina/plugins")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h)