Skip to content

Commit

Permalink
remove v8 dependency for arangoimp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steemann committed Jun 18, 2015
1 parent 10f7b61 commit 9929e6c
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 161 deletions.
3 changes: 0 additions & 3 deletions arangosh/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,13 @@ add_executable(
${BIN_ARANGOIMP}
ArangoShell/ArangoClient.cpp
V8Client/ImportHelper.cpp
V8Client/V8ClientConnection.cpp
V8Client/arangoimp.cpp
)

target_link_libraries(
${BIN_ARANGOIMP}
${LIB_ARANGO_V8}
${LIB_ARANGO_CLIENT}
${LIB_ARANGO}
${V8_LIBS}
${ICU_LIBS}
${BT_LIBS}
${ZLIB_LIBS}
Expand Down
5 changes: 1 addition & 4 deletions arangosh/Makefile.files
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,13 @@ bin_arangoimp_CPPFLAGS = \
$(AM_CPPFLAGS)

bin_arangoimp_LDADD = \
lib/libarango_v8.a \
lib/libarango_client.a \
lib/libarango.a \
$(LIBS) \
@V8_LIBS@
$(LIBS)

bin_arangoimp_SOURCES = \
arangosh/ArangoShell/ArangoClient.cpp \
arangosh/V8Client/ImportHelper.cpp \
arangosh/V8Client/V8ClientConnection.cpp \
arangosh/V8Client/arangoimp.cpp

################################################################################
Expand Down
2 changes: 1 addition & 1 deletion arangosh/V8Client/arangodump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static string GetArangoVersion () {

SimpleHttpResult* response = Client->request(HttpRequest::HTTP_REQUEST_GET,
"/_api/version",
0,
nullptr,
0,
headers);

Expand Down
Loading

0 comments on commit 9929e6c

Please sign in to comment.