summaryrefslogtreecommitdiffstats
path: root/kmilo
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2012-12-11 01:32:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-12-11 01:37:56 +0100
commitd8671668feea2501b37a0dff12e6b5035d19f0a8 (patch)
treea8f0985c107b9b9e0b1e0297f87c2d432aa15afa /kmilo
parent087a4c9e198e56c6a085077ea0f4d52fa3506bd4 (diff)
downloadtdeutils-d8671668feea2501b37a0dff12e6b5035d19f0a8.tar.gz
tdeutils-d8671668feea2501b37a0dff12e6b5035d19f0a8.zip
Fix cmake build: WITH_POWERBOOK2 option for kmilo
(cherry picked from commit ba743d360eabb06e6ffbafd2c7bc833dd985aa0c)
Diffstat (limited to 'kmilo')
-rw-r--r--kmilo/powerbook/CMakeLists.txt2
-rw-r--r--kmilo/powerbook2/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmilo/powerbook/CMakeLists.txt b/kmilo/powerbook/CMakeLists.txt
index 461d2d2..bb98b70 100644
--- a/kmilo/powerbook/CMakeLists.txt
+++ b/kmilo/powerbook/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_powerbook AUTOMOC
SOURCES pb_monitor.cpp
- LINK kio-shared kmilo-shared
+ LINK kio-shared kmilo-shared ${PBB_LIBRARY}
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kmilo/powerbook2/CMakeLists.txt b/kmilo/powerbook2/CMakeLists.txt
index 461d2d2..bb98b70 100644
--- a/kmilo/powerbook2/CMakeLists.txt
+++ b/kmilo/powerbook2/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
tde_add_kpart( kmilo_powerbook AUTOMOC
SOURCES pb_monitor.cpp
- LINK kio-shared kmilo-shared
+ LINK kio-shared kmilo-shared ${PBB_LIBRARY}
DESTINATION ${PLUGIN_INSTALL_DIR}
)