diff options
author | Slávek Banko <[email protected]> | 2020-06-28 18:45:26 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-28 18:45:26 +0200 |
commit | 7090ff34ea4f78bb5ae8a2b644ed44893996cce6 (patch) | |
tree | 04abc20ce71910e636b4f7457cc06a24aee34e35 /src/part | |
parent | f9aa40119a2402eb636b5491c03f10be75a2a6a0 (diff) | |
download | codeine-7090ff34ea4f78bb5ae8a2b644ed44893996cce6.tar.gz codeine-7090ff34ea4f78bb5ae8a2b644ed44893996cce6.zip |
Install libcodeine as a plugin instead of as a shared library.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/part')
-rw-r--r-- | src/part/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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} ) |