blob: 25031732d54df1c8d3fe0e454a7a771d8ae2dd16 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001From 5f18c3a9f28fe46b03135c10d389ca0f60fba218 Mon Sep 17 00:00:00 2001
2From: Jia Rong <jia.rong@mediatek.com>
3Date: Fri, 20 Apr 2018 13:34:51 +0800
4Subject: [PATCH 5/9] weston: install client-protocol to sysroot for other
5 modules access
6
7install *-protocol.c and *-client-protocol.h to sysroot.
8Test: test ok
9
10Change-Id: I621931a6eaa66689415dd5c3fa035326a8ee25a0
11Signed-off-by: Jia Rong <jia.rong@mediatek.com>
12CR-Id: AUTO00016576
13---
14 Makefile.am | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17diff --git a/Makefile.am b/Makefile.am
18index 89790d6..e23b03b 100644
19--- a/Makefile.am
20+++ b/Makefile.am
21@@ -293,7 +293,9 @@ libwestoninclude_HEADERS = \
22 libweston/timeline-object.h \
23 shared/matrix.h \
24 shared/config-parser.h \
25- shared/zalloc.h
26+ shared/zalloc.h \
27+ protocol/*-protocol.c \
28+ protocol/*-client-protocol.h
29
30 libwestoninclude_HEADERS += \
31 libweston-desktop/libweston-desktop.h
32--
331.9.1
34