rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | From 5f18c3a9f28fe46b03135c10d389ca0f60fba218 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jia Rong <jia.rong@mediatek.com> |
| 3 | Date: Fri, 20 Apr 2018 13:34:51 +0800 |
| 4 | Subject: [PATCH 5/9] weston: install client-protocol to sysroot for other |
| 5 | modules access |
| 6 | |
| 7 | install *-protocol.c and *-client-protocol.h to sysroot. |
| 8 | Test: test ok |
| 9 | |
| 10 | Change-Id: I621931a6eaa66689415dd5c3fa035326a8ee25a0 |
| 11 | Signed-off-by: Jia Rong <jia.rong@mediatek.com> |
| 12 | CR-Id: AUTO00016576 |
| 13 | --- |
| 14 | Makefile.am | 4 +++- |
| 15 | 1 file changed, 3 insertions(+), 1 deletion(-) |
| 16 | |
| 17 | diff --git a/Makefile.am b/Makefile.am |
| 18 | index 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 | -- |
| 33 | 1.9.1 |
| 34 | |