diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-11-11 15:46:54 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-11-11 15:49:40 +0100 | 
| commit | f642358837b015dbc8485042679c4f587e02ee7b (patch) | |
| tree | ff487536493f7c85fd5edf5661cf88e8fb5067fc /lib/subdir.am | |
| parent | e9f7a9655e3d5469ed8a69de3d3d504e85a41e10 (diff) | |
build: fix duplicate yang.c file inclusions
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/subdir.am')
| -rw-r--r-- | lib/subdir.am | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 52eeda81ce..bb10d71ed1 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -130,7 +130,6 @@ nodist_lib_libfrr_la_SOURCES = \  	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  vtysh_scan += \  | 
