William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 1 | From 17cc080e58894644dd18664ac6f3451096d5f065 Mon Sep 17 00:00:00 2001 |
| 2 | From: Yi Zhao <yi.zhao@windriver.com> |
| 3 | Date: Thu, 13 May 2021 15:23:16 +0800 |
| 4 | Subject: [PATCH] Makefile.am: only build dhcrelay |
| 5 | |
| 6 | Drop client and server build as we don't need them. |
| 7 | |
| 8 | Upstream-Status: Inappropriate [embedded specific] |
| 9 | |
| 10 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
| 11 | --- |
| 12 | Makefile.am | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | |
| 15 | diff --git a/Makefile.am b/Makefile.am |
| 16 | index 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 | -- |
| 29 | 2.17.1 |
| 30 | |