summaryrefslogtreecommitdiff
path: root/plugins/unityshell/CMakeLists.txt
diff options
authorTim Penhey <tim.penhey@canonical.com>2012-11-28 20:58:44 +1300
committerTim Penhey <tim.penhey@canonical.com>2012-11-28 20:58:44 +1300
commit0934d2bbf533357c3dcb6852a803bd2b16496ea1 (patch)
treeab8bd1db3fafb6394f8ee5fd985aa3dd72025e54 /plugins/unityshell/CMakeLists.txt
parentaeec3afb35e8551fc24a6e4de0a8c73f9dd0603d (diff)
Update the cmake lists.
(bzr r2791.9.47)
Diffstat (limited to 'plugins/unityshell/CMakeLists.txt')
-rw-r--r--plugins/unityshell/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/CMakeLists.txt b/plugins/unityshell/CMakeLists.txt
index 36db0176c..d4d170ae2 100644
--- a/plugins/unityshell/CMakeLists.txt
+++ b/plugins/unityshell/CMakeLists.txt
@@ -11,7 +11,7 @@ compiz_plugin (unityshell
LIBDIRS "${CMAKE_BINARY_DIR}/UnityCore"
)
add_dependencies(unityshell unity-core-${UNITY_API_VERSION} dash-lib launcher-lib switcher-lib hud-lib panel-lib shortcuts-lib unity-shared unity-shared-compiz)
-target_link_libraries(unityshell unity-core-${UNITY_API_VERSION} launcher-lib dash-lib switcher-lib hud-lib panel-lib shortcuts-lib unity-shared unity-shared-compiz)
+target_link_libraries(unityshell unity-core-${UNITY_API_VERSION} launcher-lib dash-lib switcher-lib hud-lib panel-lib shortcuts-lib unity-shared unity-shared-bamf unity-shared-compiz)
set_target_properties(unityshell
PROPERTIES INSTALL_RPATH "${CACHED_UNITY_PRIVATE_DEPS_LIBRARY_DIRS}"
INSTALL_RPATH_USE_LINK_PATH TRUE)