diff options
| author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-12-04 17:18:32 +0200 | 
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-12-04 17:18:32 +0200 | 
| commit | a1d64289da408e4452458f6dbf41105a1432554e (patch) | |
| tree | e100f849375990ca59dc20e328ba3080568ffc2e /plugins/unityshell/CMakeLists.txt | |
| parent | 0c7afea16da13ad4e959b8066839b29637b0e43d (diff) | |
| parent | 3703413309e0baf15af6e39908090585d3d0b13a (diff) | |
Merged with trunk.
(bzr r2934.3.6)
Diffstat (limited to 'plugins/unityshell/CMakeLists.txt')
| -rw-r--r-- | plugins/unityshell/CMakeLists.txt | 2 | 
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) | 
