blob: 5320d7c9e93ae11a9e8071b7a3dbf6be2246367d [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001From 4fd67b6adb7c1d8524ba17d1a0b3894f901555a9 Mon Sep 17 00:00:00 2001
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07002From: 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--
Andrew Geissler9aee5002022-03-30 16:27:02 +0000292.25.1
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070030