Alarig Le Lay
6eaf2bf006
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
21 lines
528 B
Diff
21 lines
528 B
Diff
diff --git a/lib/subdir.am b/lib/subdir.am
|
|
index 75f3d91b9..05910349e 100644
|
|
--- a/lib/subdir.am
|
|
+++ b/lib/subdir.am
|
|
@@ -144,7 +144,6 @@ vtysh_scan += \
|
|
lib/log_vty.c \
|
|
lib/nexthop_group.c \
|
|
lib/plist.c \
|
|
- lib/resolver.c \
|
|
lib/routemap.c \
|
|
lib/routemap_cli.c \
|
|
lib/spf_backoff.c \
|
|
@@ -333,6 +332,7 @@ lib_libfrrsnmp_la_SOURCES = \
|
|
if CARES
|
|
lib_LTLIBRARIES += lib/libfrrcares.la
|
|
pkginclude_HEADERS += lib/resolver.h
|
|
+vtysh_scan += lib/resolver.c
|
|
endif
|
|
|
|
lib_libfrrcares_la_CFLAGS = $(AM_CFLAGS) $(CARES_CFLAGS)
|