diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-16 19:39:14 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 19:39:14 -0400 | 
| commit | a83014ccd66477fa624ee54eb97e0a2a30a5a106 (patch) | |
| tree | 3d7faaad38c74b74409785cc54c0a58b8f72a23a /lib/subdir.am | |
| parent | 2ff99507ad97fed3c2a0910605bd72524f497441 (diff) | |
| parent | 40664f16e3abdec2371010137cf68a65fa325448 (diff) | |
Merge pull request #6247 from FRRouting/nb_conversions
Merge nb_converions branch to master 
Diffstat (limited to 'lib/subdir.am')
| -rw-r--r-- | lib/subdir.am | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index a01909e90d..ed6cf31b34 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -113,8 +113,13 @@ nodist_lib_libfrr_la_SOURCES = \  	yang/frr-interface.yang.c \  	yang/frr-route-map.yang.c \  	yang/frr-route-types.yang.c \ +	yang/frr-vrf.yang.c \ +	yang/frr-routing.yang.c \  	yang/ietf/ietf-routing-types.yang.c \ +	yang/ietf/ietf-interfaces.yang.c \  	yang/frr-module-translator.yang.c \ +	yang/frr-nexthop.yang.c \ +	yang/frr-igmp.yang.c \  	# end  vtysh_scan += \  | 
