Skip to content

Commit

Permalink
Typo for routing policy lib in rtarget/test/SConscript
Browse files Browse the repository at this point in the history
Fix the library name

Change-Id: I1ffc7ad55e74e96b0b995e52dad225a7a5f1a0fd
Related-bug: #1500698
  • Loading branch information
bailkeri committed Nov 25, 2015
1 parent 0534b51 commit 126e848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bgp/rtarget/test/SConscript
Expand Up @@ -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',
Expand Down

0 comments on commit 126e848

Please sign in to comment.