blob: 3ad77746473d3cae5958940d069856336f014d73 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From 0e96d9f23b2b166e7444e7c8e0a6d4b83c2eccd7 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 3/3] without build plugins
5
6Upstream-Status: Inappropriate workaround
7
8Rebase to 2.9.1
9Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10---
11 src/Makefile.am | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/src/Makefile.am b/src/Makefile.am
15index 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--
252.8.1
26