From ae2541d3f2923cfb300a42ab333906bea350ce91 Mon Sep 17 00:00:00 2001 From: "Ucan, Emre \\(ADITG/SW1\\)" Date: Thu, 15 Oct 2015 14:51:43 +0000 Subject: [PATCH] ivi-shell: install ivi-layout-export.h IVI-Shell is designed to be used with other controller modules than hmi-controller.These controller modules require the ivi-layout-export header file to properly integrate with the ivi-shell. The header file should be installed when ivi-shell is enabled, because these controller modules are not a part of the weston repository. Signed-off-by: Emre Ucan Reviewed-by: Bryce Harrington --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 19003909..13c43bf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -215,6 +215,11 @@ westoninclude_HEADERS = \ shared/zalloc.h \ shared/platform.h +if ENABLE_IVI_SHELL +westoninclude_HEADERS += \ + ivi-shell/ivi-layout-export.h +endif + if ENABLE_EGL module_LTLIBRARIES += gl-renderer.la gl_renderer_la_LDFLAGS = -module -avoid-version