1From f46610901dbac56d9631df012374c600db08453e Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 26 Apr 2017 03:51:03 -0400
4Subject: [PATCH] without build plugins
5
6Upstream-Status: Inappropriate [workaround]
7
8Rebase to 2.9.1
9Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10
11Modify to apply to v2.17.8.
12
13Signed-off-by: Joe Slater <joe.slater@windriver.com>
14---
15 src/Makefile.am | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/src/Makefile.am b/src/Makefile.am
19index 410bfcb0..bac02b16 100644
20--- a/src/Makefile.am
21+++ b/src/Makefile.am
22@@ -8,4 +8,4 @@ if BUILD_NEWT
23 sub_dirs += report-newt
24 endif
25
26-SUBDIRS = include lib report-python cli client-python plugins workflows $(sub_dirs)
27+SUBDIRS = include lib report-python cli client-python workflows $(sub_dirs)
28--
292.25.1
30
31