| From 21f5f1844e02a50a8b1c2f9ddb39d01b34c92b0a Mon Sep 17 00:00:00 2001 |
| From: Qian Hu <Qian.Hu@mediatek.com> |
| Date: Tue, 24 Sep 2019 11:37:19 +0800 |
| Subject: [PATCH 5/8] [PATCH 5/9] weston: install client-protocol to sysroot |
| for other |
| |
| install *-protocol.c and *-client-protocol.h to sysroot. |
| |
| Signed-off-by: Qian Hu <Qian.Hu@mediatek.com> |
| --- |
| Makefile.am | 4 +++- |
| 1 file changed, 3 insertions(+), 1 deletion(-) |
| |
| diff --git a/Makefile.am b/Makefile.am |
| index 83bb253..769e103 100644 |
| --- a/Makefile.am |
| +++ b/Makefile.am |
| @@ -292,7 +292,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 |
| -- |
| 2.6.4 |
| |