1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-08 12:36:07 +02:00

Rename API source code

This commit is contained in:
Pavel Odintsov 2015-10-15 22:39:16 +02:00
parent 46edf9c0e8
commit 7146cb6d95
2 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ if (ENABLE_GOBGP_SUPPORT)
add_library(fastnetmon_pb_cc STATIC fastnetmon.pb.cc)
add_executable(api_server api_server.cpp)
add_executable(fastnetmon_api_client api_client.cpp)
add_executable(fastnetmon_api_client fastnetmon_api_client.cpp)
target_link_libraries(fastnetmon_api_client ${GRPC_LIBRARY_GPR_PATH})
target_link_libraries(fastnetmon_api_client ${GRPC_LIBRARY_GRPC_CPP_UNSECURE_PATH})