summaryrefslogtreecommitdiff
path: root/unity-shared/CMakeLists.txt
diff options
authorTim Penhey <tim.penhey@canonical.com>2012-10-04 20:10:39 +1300
committerTim Penhey <tim.penhey@canonical.com>2012-10-04 20:10:39 +1300
commitafd5b3d8ecd337a4ecd9166d775d1dc8fef160c2 (patch)
tree233338f31fcb3814847a6ac88e723fe6c2eaeb01 /unity-shared/CMakeLists.txt
parenta0e0a1ab3f281983c66ed487e08c89a40e9b71ec (diff)
Initial pull from next pipe.
(bzr r2791.4.1)
Diffstat (limited to 'unity-shared/CMakeLists.txt')
-rw-r--r--unity-shared/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/unity-shared/CMakeLists.txt b/unity-shared/CMakeLists.txt
index c2c5b9562..dbb4b28a8 100644
--- a/unity-shared/CMakeLists.txt
+++ b/unity-shared/CMakeLists.txt
@@ -64,6 +64,7 @@ set (UNITY_SHARED_SOURCES
UnityWindowView.cpp
UserThumbnailProvider.cpp
WindowManager.cpp
+ XWindowManager.cpp
ubus-server.cpp
)
@@ -77,7 +78,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})
@@ -86,7 +87,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})