diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-12-05 17:55:14 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-12-05 17:55:14 +0100 |
commit | 253113bcb80b7b489eb848988a90459403f870de (patch) | |
tree | bd08f36bf7e7e3424bb661520281b0d7d8a83ef2 /ospfclient/subdir.am | |
parent | ospfd: Remove MTYPE_TMP (diff) | |
download | frr-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.am | 1 |
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 |