From ac3ac9095a6f949f10da1eb15bc4990b611d4cce Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 24 Oct 2014 16:14:00 +0200 Subject: [PATCH] checked headless builds with and without jsonrpc --- CMakeLists.txt | 2 -- jsonrpc.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 624c64fae..a11c9fa16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,6 @@ aux_source_directory(. SRC_LIST) list(REMOVE_ITEM SRC_LIST "./createRandomTest.cpp") include_directories(..) -link_directories(../libethcore) -link_directories(../libethereum) file(GLOB HEADERS "*.h") add_executable(testeth ${SRC_LIST} ${HEADERS}) diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 10b890c50..ec55a5fc4 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -19,7 +19,7 @@ * @date 2014 */ -#if 1 +#if ETH_JSONRPC && 1 #include #include