diff options
author | Slávek Banko <[email protected]> | 2016-04-30 17:15:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-30 17:15:27 +0200 |
commit | a66e09009929d85d45e036894570d88f7e6cf562 (patch) | |
tree | 9da32bec16cfaf89374ae93ea2edd03b4f43c51a /plugins/plasmoids | |
parent | 5f1e79bcb624db2a9ae19822b1a479508bc7aced (diff) | |
download | kbfx-a66e09009929d85d45e036894570d88f7e6cf562.tar.gz kbfx-a66e09009929d85d45e036894570d88f7e6cf562.zip |
Fix FTBFS on parallel build
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'plugins/plasmoids')
-rw-r--r-- | plugins/plasmoids/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plasmoids/CMakeLists.txt b/plugins/plasmoids/CMakeLists.txt index 7c40c2e..db620f8 100644 --- a/plugins/plasmoids/CMakeLists.txt +++ b/plugins/plasmoids/CMakeLists.txt @@ -39,7 +39,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} # VERSION 4.2.0 - LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata + LINK DCOP-shared tdecore-shared tdeui-shared tdeio-shared tdehtml-shared ${M_LIBRARY} kbfxdata-shared DESTINATION ${LIB_INSTALL_DIR}/kbfx/plugins ) |