summaryrefslogtreecommitdiffstats
path: root/ospfclient/subdir.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-12-05 17:55:14 +0100
committerDonald Sharp <sharpd@nvidia.com>2022-12-05 17:55:14 +0100
commit253113bcb80b7b489eb848988a90459403f870de (patch)
treebd08f36bf7e7e3424bb661520281b0d7d8a83ef2 /ospfclient/subdir.am
parentospfd: Remove MTYPE_TMP (diff)
downloadfrr-253113bcb80b7b489eb848988a90459403f870de.tar.xz
frr-253113bcb80b7b489eb848988a90459403f870de.zip
ospfd, ospfclient: Do not just include .c files in another .c
ospfclient.c includes .c files directly from ospfd. Let's separate these out a bit. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfclient/subdir.am')
-rw-r--r--ospfclient/subdir.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am
index b8c82c0bc..289ddd009 100644
--- a/ospfclient/subdir.am
+++ b/ospfclient/subdir.am
@@ -27,6 +27,7 @@ endif
ospfclient_ospfclient_LDADD = \
ospfclient/libfrrospfapiclient.la \
+ ospfd/libfrrospfclient.a \
$(LIBCAP) \
# end