diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-30 17:15:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-30 17:15:27 +0200 |
commit | a66e09009929d85d45e036894570d88f7e6cf562 (patch) | |
tree | 9da32bec16cfaf89374ae93ea2edd03b4f43c51a /plugins/recentstuff | |
parent | 5f1e79bcb624db2a9ae19822b1a479508bc7aced (diff) | |
download | kbfx-a66e09009929d85d45e036894570d88f7e6cf562.tar.gz kbfx-a66e09009929d85d45e036894570d88f7e6cf562.zip |
Fix FTBFS on parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'plugins/recentstuff')
-rw-r--r-- | plugins/recentstuff/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/recentstuff/CMakeLists.txt b/plugins/recentstuff/CMakeLists.txt index 7ea02fa..659f8ff 100644 --- a/plugins/recentstuff/CMakeLists.txt +++ b/plugins/recentstuff/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 ) |