little cleanup after upgrading jsonrpc

This commit is contained in:
Marek Kotewicz 2014-11-04 11:15:16 +01:00
parent cde59bdb90
commit de3e2acdca
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ target_link_libraries(testeth gmp)
target_link_libraries(testeth solidity)
target_link_libraries(testeth ${CRYPTOPP_LS})
target_link_libraries(testeth webthree)
if(JSONRPC_LS)
if(JSONRPC_SERVER_LS)
target_link_libraries(testeth web3jsonrpc)
target_link_libraries(testeth ${JSONRPC_CLIENT_LS})
endif()

View File

@ -31,8 +31,6 @@
#include <libweb3jsonrpc/CorsHttpServer.h>
#include <jsonrpccpp/server/connectors/httpserver.h>
#include <jsonrpccpp/client/connectors/httpclient.h>
//#include <jsonrpc/connectors/httpserver.h>
//#include <jsonrpc/connectors/httpclient.h>
#include <set>
#include "JsonSpiritHeaders.h"
#include "TestHelper.h"