Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | From 41bce1de2fd2a0f79c266f245ae3e3720ccaf46a Mon Sep 17 00:00:00 2001 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Wed, 26 Apr 2017 03:51:03 -0400 |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 4 | Subject: [PATCH 3/4] without build plugins |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | |
| 6 | Upstream-Status: Inappropriate workaround |
| 7 | |
| 8 | Rebase to 2.9.1 |
| 9 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 10 | --- |
| 11 | src/Makefile.am | 2 +- |
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | |
| 14 | diff --git a/src/Makefile.am b/src/Makefile.am |
| 15 | index c15928c..bac02b1 100644 |
| 16 | --- a/src/Makefile.am |
| 17 | +++ b/src/Makefile.am |
| 18 | @@ -8,4 +8,4 @@ if BUILD_NEWT |
| 19 | sub_dirs += report-newt |
| 20 | endif |
| 21 | |
| 22 | -SUBDIRS = include lib plugins report-python cli client-python workflows $(sub_dirs) |
| 23 | +SUBDIRS = include lib report-python cli client-python workflows $(sub_dirs) |
| 24 | -- |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 25 | 2.7.4 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 26 | |