diff options
author | Chirag Shah <chirag@nvidia.com> | 2020-07-23 20:40:18 +0200 |
---|---|---|
committer | Chirag Shah <chirag@nvidia.com> | 2020-10-03 20:25:37 +0200 |
commit | bc8c00cca11fc277363116cbf353edc2c778a1e4 (patch) | |
tree | 41413204b9dc4819963b6ae63882355da1befaad /lib | |
parent | Merge pull request #6882 from vishaldhingra/static (diff) | |
download | frr-bc8c00cca11fc277363116cbf353edc2c778a1e4.tar.xz frr-bc8c00cca11fc277363116cbf353edc2c778a1e4.zip |
*: add bgp yang files into makefiles
Signed-off-by: Chirag Shah <chirag@nvidia.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index b8bcee139..55f127b01 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -123,6 +123,7 @@ nodist_lib_libfrr_la_SOURCES = \ yang/frr-nexthop.yang.c \ yang/ietf/ietf-routing-types.yang.c \ yang/ietf/ietf-interfaces.yang.c \ + yang/ietf/ietf-bgp-types.yang.c \ yang/frr-module-translator.yang.c \ yang/frr-nexthop.yang.c \ # end |