diff --git a/libcorpus2/CMakeLists.txt b/libcorpus2/CMakeLists.txt
index e1e6637193912e93b62cc0dc4212d548ffc62bd3..dacd420d12b805e590d1cc1cbc9780b5bb8f3cf5 100644
--- a/libcorpus2/CMakeLists.txt
+++ b/libcorpus2/CMakeLists.txt
@@ -100,6 +100,7 @@ set_target_properties(corpus2 PROPERTIES
 	SOVERSION ${corpus2_ver_major})
 
 	install(TARGETS corpus2
+		RUNTIME DESTINATION bin
 		ARCHIVE DESTINATION lib
 		LIBRARY DESTINATION lib)
 
diff --git a/libcorpus2_whole/CMakeLists.txt b/libcorpus2_whole/CMakeLists.txt
index 9c00a6f19d70c5432e14d19e7c512152e77656b2..7f1f88d13f2ae54a12200845e98b25db83e82483 100755
--- a/libcorpus2_whole/CMakeLists.txt
+++ b/libcorpus2_whole/CMakeLists.txt
@@ -41,6 +41,8 @@ target_link_libraries(corpus2_whole corpus2 ${LIBS})
 
 if(UNIX)
 	install(TARGETS corpus2_whole
+		RUNTIME DESTINATION bin
+		ARCHIVE DESTINATION lib
 		LIBRARY DESTINATION lib)
 
 	install(
diff --git a/libpwrutils/CMakeLists.txt b/libpwrutils/CMakeLists.txt
index 68c55e920fb872105c55111cc168790b44fdccb5..ac2518a68fba4f6cfb1521ee4e97c02ff2e4448c 100644
--- a/libpwrutils/CMakeLists.txt
+++ b/libpwrutils/CMakeLists.txt
@@ -53,6 +53,7 @@ set_target_properties(pwrutils PROPERTIES
 	SOVERSION ${pwrutils_ver_major})
 
 	install(TARGETS pwrutils
+		RUNTIME DESTINATION bin
 		ARCHIVE DESTINATION lib
 		LIBRARY DESTINATION lib)