From cbcf545fd92f3b03849369e3905f8d538716bfba Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 4 Jul 2016 15:34:17 +0100 Subject: [PATCH] libweston: don't install shared/platform.h The header contains a set of extension check (helpers), which do not provide any compositor related functionality and are not required for using libweston. Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 436bb1bb..64a8bf4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -243,8 +243,7 @@ libwestoninclude_HEADERS = \ libweston/timeline-object.h \ shared/matrix.h \ shared/config-parser.h \ - shared/zalloc.h \ - shared/platform.h + shared/zalloc.h westonincludedir = $(includedir)/weston westoninclude_HEADERS = compositor/weston.h