diff --git a/src/dns/SConscript b/src/dns/SConscript index 92f7bfc3f01..ecb1966780c 100644 --- a/src/dns/SConscript +++ b/src/dns/SConscript @@ -22,14 +22,14 @@ env.Prepend(CPPPATH = env['TOP'] + '/discovery/client') env.Prepend(CPPPATH = env['TOP'] + '/http/client') env.Prepend(LIBS=['ifmap_vnc', 'ifmap_server', 'ifmap_common', 'net', 'ifmapio', - 'xmpp', 'ds', 'sandeshvns', 'sandesh', 'peer_sandesh', 'table_sandesh', - 'httpc', 'http', 'http_parser', 'curl', 'process_info', + 'xmpp', 'ds', 'sandeshvns', 'peer_sandesh', 'table_sandesh', + 'httpc', 'curl', 'process_info', 'db', 'io', 'base', 'xml', 'pugixml', 'libxml2', 'boost_regex', 'boost_chrono', 'boost_program_options', 'crypto', 'ssl', 'boost_filesystem']) - env.Prepend(LIBS=['dns_cfg', 'cmn', 'mgr', 'agent_xmpp', 'bind_interface', 'dns_uve']) +env.Append(LIBS=['sandesh', 'http', 'http_parser']) if sys.platform != 'darwin': env.Append(LIBS=['rt']) diff --git a/src/dns/test/SConscript b/src/dns/test/SConscript index 4738e64c4a4..ff25920b451 100644 --- a/src/dns/test/SConscript +++ b/src/dns/test/SConscript @@ -30,12 +30,12 @@ env.Prepend(LIBS = ['dbtest', 'ifmap_vnc', 'task_test', 'pugixml', 'curl', 'net', 'ifmap_test_util', 'ifmap_test_util_server', 'ifmap_server', 'ifmap_common', - 'ifmapio', 'crypto', 'ssl', - 'sandesh', 'http', 'http_parser', 'process_info', - 'db', 'sandeshvns', 'io', 'base', 'xml', + 'ifmapio', 'crypto', 'ssl', 'process_info', + 'db', 'sandeshvns', 'io', 'base', 'xml', 'boost_regex', 'boost_program_options', 'gunit']) env.Prepend(LIBS=['dns_cfg', 'cmn', 'mgr', 'agent_xmpp', 'bind_interface']) +env.Append(LIBS=['sandesh', 'http', 'http_parser']) if sys.platform != 'darwin': env.Prepend(LINKFLAGS =