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 <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
diff --git a/Makefile.am b/Makefile.am
index 436bb1b..64a8bf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -243,8 +243,7 @@
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