From a6eb193a33a6336561ee1e53c4efcad63f9446e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 25 Mar 2015 14:23:08 +0100 Subject: [PATCH] Install new headers --- src/wayland/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/CMakeLists.txt b/src/wayland/CMakeLists.txt index 6136c752ed..466363466f 100644 --- a/src/wayland/CMakeLists.txt +++ b/src/wayland/CMakeLists.txt @@ -74,5 +74,6 @@ install(FILES shell_interface.h subcompositor_interface.h surface_interface.h + touch_interface.h DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KWayland/Server COMPONENT Devel )