blob: fed85d2a8c4e2b9f1b15dd254a4bb4c9decb8d9e [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001From 17cc080e58894644dd18664ac6f3451096d5f065 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Thu, 13 May 2021 15:23:16 +0800
4Subject: [PATCH] Makefile.am: only build dhcrelay
5
6Drop client and server build as we don't need them.
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11---
12 Makefile.am | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/Makefile.am b/Makefile.am
16index ed692a5..34f9772 100644
17--- a/Makefile.am
18+++ b/Makefile.am
19@@ -38,7 +38,7 @@ endif
20
21 # Use an autoconf substitution vs an automake conditional here
22 # to fool automake when the bind directory does not exist.
23-SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server
24+SUBDIRS = @BINDSUBDIR@ includes common omapip relay
25
26 DIST_SUBDIRS = $(SUBDIRS) keama
27
28--
292.17.1
30