From 7090ff34ea4f78bb5ae8a2b644ed44893996cce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 28 Jun 2020 18:45:26 +0200 Subject: Install libcodeine as a plugin instead of as a shared library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/part/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/part/CMakeLists.txt b/src/part/CMakeLists.txt index d544001..d01943b 100644 --- a/src/part/CMakeLists.txt +++ b/src/part/CMakeLists.txt @@ -15,9 +15,9 @@ link_directories( -##### codeine (shared) +##### codeine (kpart) -tde_add_library( ${PROJECT_NAME} SHARED AUTOMOC +tde_add_kpart( lib${PROJECT_NAME} AUTOMOC SOURCES part.cpp @@ -32,5 +32,5 @@ tde_add_library( ${PROJECT_NAME} SHARED AUTOMOC ${XINE_LIBRARIES} ${X11_LIBRARIES} - DESTINATION ${LIB_INSTALL_DIR} + DESTINATION ${PLUGIN_INSTALL_DIR} ) -- cgit v1.2.1