summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2015-06-01 00:12:54 +0200
committerCorentin Noël <corentin@elementary.io>2015-06-01 00:12:54 +0200
commit0a11daadb35674f669a064e8fb8d0c8cc19a8e1f (patch)
tree42c39a6eca97fdb1b3690c16e0d869331632b67b /cmake
parent5e9f8165e6159438cb3a1f504d45b592f2675db7 (diff)
downloadlibical-git-0a11daadb35674f669a064e8fb8d0c8cc19a8e1f.tar.gz
Use GNUInstallDirs.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/GObjectIntrospectionMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake b/cmake/modules/GObjectIntrospectionMacros.cmake
index 08b71dda..419b0a6d 100644
--- a/cmake/modules/GObjectIntrospectionMacros.cmake
+++ b/cmake/modules/GObjectIntrospectionMacros.cmake
@@ -85,7 +85,7 @@ macro(gir_add_introspections introspections_girs)
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
list(APPEND _gir_typelibs ${CMAKE_CURRENT_BINARY_DIR}/${_typelib})
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION lib${LIB_SUFFIX}/girepository-1.0)
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_typelib} DESTINATION lib/girepository-1.0)
endforeach()