diff options
| author | Manuel de la Pena <manuel@canonical.com> | 2012-10-08 13:44:37 +0200 |
|---|---|---|
| committer | Manuel de la Pena <manuel@canonical.com> | 2012-10-08 13:44:37 +0200 |
| commit | f3b0dc72f3c08339320943ee8995a0b591c065c1 (patch) | |
| tree | 693353dfb23dac5c5507633d704a83d4da5a83e7 /unity-shared/CMakeLists.txt | |
| parent | 1f41a138e20177f4b32c1e6e99581fb39c0be583 (diff) | |
| parent | c2b9f2ff889e16d8615e35eb3e0941623bf14dcf (diff) | |
Merged with trunk.
(bzr r2791.8.2)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
| -rw-r--r-- | unity-shared/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt index 41af501be..27b8ceef5 100644 --- a/unity-shared/CMakeLists.txt +++ b/unity-shared/CMakeLists.txt @@ -35,7 +35,6 @@ set (UNITY_SHARED_SOURCES DashStyle.cpp DefaultThumbnailProvider.cpp FontSettings.cpp - KeyboardUtil.cpp IMTextEntry.cpp IconLoader.cpp IconRenderer.cpp @@ -65,6 +64,8 @@ set (UNITY_SHARED_SOURCES UnityWindowView.cpp UserThumbnailProvider.cpp WindowManager.cpp + XKeyboardUtil.cpp + XWindowManager.cpp ubus-server.cpp ) @@ -78,7 +79,7 @@ add_dependencies (unity-shared unity-core-${UNITY_API_VERSION}) # compiz set (UNITY_SHARED_COMPIZ_SOURCES - PluginAdapterCompiz.cpp + PluginAdapter.cpp ) add_library (unity-shared-compiz STATIC ${UNITY_SHARED_COMPIZ_SOURCES}) target_link_libraries (unity-shared-compiz ${LIBS}) @@ -87,7 +88,7 @@ add_dependencies (unity-shared-compiz unity-shared) # standalone set (UNITY_SHARED_STANDALONE_SOURCES - PluginAdapterStandalone.cpp + StandaloneWindowManager.cpp ) add_library (unity-shared-standalone STATIC ${UNITY_SHARED_STANDALONE_SOURCES}) target_link_libraries (unity-shared-standalone ${LIBS}) |
