blob: 6a0d75e37b22d13e9389aad32afba795ab6188a1 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From 87f868918a9ae1dcf93e01f3e177d185c19a149a Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 13 Jul 2017 14:32:09 -0700
4Subject: [PATCH] makefile: Do not build contrib dir
5
6It contains debian build iteams anyway
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 Makefile.am | 1 -
11 1 file changed, 1 deletion(-)
12
13diff --git a/Makefile.am b/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040014index 2ea9e40..acb1bd8 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015--- a/Makefile.am
16+++ b/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040017@@ -56,7 +56,6 @@ SUBDIRS = \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018 src \
19 system \
20 web \
21- contrib \
Brad Bishop316dfdd2018-06-25 12:45:53 -040022 tests \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050023 $(NULL)
24
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025--
262.13.2
27