blob: 25031732d54df1c8d3fe0e454a7a771d8ae2dd16 [file] [log] [blame]
From 5f18c3a9f28fe46b03135c10d389ca0f60fba218 Mon Sep 17 00:00:00 2001
From: Jia Rong <jia.rong@mediatek.com>
Date: Fri, 20 Apr 2018 13:34:51 +0800
Subject: [PATCH 5/9] weston: install client-protocol to sysroot for other
modules access
install *-protocol.c and *-client-protocol.h to sysroot.
Test: test ok
Change-Id: I621931a6eaa66689415dd5c3fa035326a8ee25a0
Signed-off-by: Jia Rong <jia.rong@mediatek.com>
CR-Id: AUTO00016576
---
Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 89790d6..e23b03b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -293,7 +293,9 @@ libwestoninclude_HEADERS = \
libweston/timeline-object.h \
shared/matrix.h \
shared/config-parser.h \
- shared/zalloc.h
+ shared/zalloc.h \
+ protocol/*-protocol.c \
+ protocol/*-client-protocol.h
libwestoninclude_HEADERS += \
libweston-desktop/libweston-desktop.h
--
1.9.1