rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | From 21f5f1844e02a50a8b1c2f9ddb39d01b34c92b0a Mon Sep 17 00:00:00 2001 |
| 2 | From: Qian Hu <Qian.Hu@mediatek.com> |
| 3 | Date: Tue, 24 Sep 2019 11:37:19 +0800 |
| 4 | Subject: [PATCH 5/8] [PATCH 5/9] weston: install client-protocol to sysroot |
| 5 | for other |
| 6 | |
| 7 | install *-protocol.c and *-client-protocol.h to sysroot. |
| 8 | |
| 9 | Signed-off-by: Qian Hu <Qian.Hu@mediatek.com> |
| 10 | --- |
| 11 | Makefile.am | 4 +++- |
| 12 | 1 file changed, 3 insertions(+), 1 deletion(-) |
| 13 | |
| 14 | diff --git a/Makefile.am b/Makefile.am |
| 15 | index 83bb253..769e103 100644 |
| 16 | --- a/Makefile.am |
| 17 | +++ b/Makefile.am |
| 18 | @@ -292,7 +292,9 @@ libwestoninclude_HEADERS = \ |
| 19 | libweston/timeline-object.h \ |
| 20 | shared/matrix.h \ |
| 21 | shared/config-parser.h \ |
| 22 | - shared/zalloc.h |
| 23 | + shared/zalloc.h \ |
| 24 | + protocol/*-protocol.c \ |
| 25 | + protocol/*-client-protocol.h |
| 26 | |
| 27 | libwestoninclude_HEADERS += \ |
| 28 | libweston-desktop/libweston-desktop.h |
| 29 | -- |
| 30 | 2.6.4 |
| 31 | |