diff --git a/src/bgp/rtarget/test/SConscript b/src/bgp/rtarget/test/SConscript index f9c1bd43abe..7eb05095f10 100644 --- a/src/bgp/rtarget/test/SConscript +++ b/src/bgp/rtarget/test/SConscript @@ -43,7 +43,7 @@ env.Prepend(LIBS = ['control_test', 'bgptest', 'bgp', 'peer_sandesh', env.Append(LIBS = ['bgp_ermvpn', 'bgp_evpn']) env.Append(LIBS = ['bgp_inet', 'bgp_l3vpn']) env.Append(LIBS = ['bgp_inet6', 'bgp_inet6vpn']) -env.Append(LIBS = ['routing_instance', 'rtarget', 'route', 'routing_polcy', 'net']) +env.Append(LIBS = ['routing_instance', 'rtarget', 'route', 'routing_policy', 'net']) env.Append(LIBS = ['extended_community', 'origin_vn', 'security_group', 'tunnel_encap']) env.Append(LIBS = ['xmpp', 'xmpp_unicast', 'xmpp_multicast', 'xmpp_enet', 'xml', 'pugixml',