summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/CMakeLists.txt b/web/CMakeLists.txt
index 9f400487..a74ccf83 100644
--- a/web/CMakeLists.txt
+++ b/web/CMakeLists.txt
@@ -1,6 +1,5 @@
# Copyright (C) 2013-2018 Christian Dywan <christian@twotoasts.de>
-set(EXTENSIONDIR "${CMAKE_INSTALL_FULL_LIBDIR}/${CMAKE_PROJECT_NAME}")
include_directories(
"${CMAKE_SOURCE_DIR}"
"${CMAKE_SOURCE_DIR}/core"
@@ -45,6 +44,6 @@ foreach(UNIT_SRC ${EXTENSIONS})
${DEPS_GTK_LIBRARIES}
)
install(TARGETS ${UNIT}
- LIBRARY DESTINATION ${EXTENSIONDIR}
+ LIBRARY DESTINATION ${PLUGINDIR}
)
endforeach ()