Bug Fix: Window Manager doesn't react after killing app process
[apps/agl-service-windowmanager-2017.git] / src / CMakeLists.txt
index e508287..f727500 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-wlproto(IVI_CON ivi-controller)
+wlproto(IVI_CON ivi-wm)
 
 include(FindPkgConfig)
 pkg_check_modules(AFB REQUIRED afb-daemon)
@@ -27,25 +27,13 @@ set(TARGETS_WM windowmanager-service)
 
 add_library(${TARGETS_WM} MODULE
    main.cpp
-   wayland.cpp
-   wayland.hpp
+   wayland_ivi_wm.cpp
    util.cpp
-   util.hpp
    layout.cpp
-   layout.hpp
    ${IVI_CON_PROTO}
    json_helper.cpp
-   json_helper.hpp
-   app.hpp app.cpp
-   afb_binding_api.cpp
-   result.hpp
-   afb_binding_api.hpp
-   layers.cpp
-   layers.hpp
-   controller_hooks.hpp
-   config.cpp
-   config.hpp
-   policy.hpp)
+   app.cpp
+   layers.cpp)
 
 target_include_directories(${TARGETS_WM}
     PRIVATE