Rename synergy library to synlib to work around conflict with GUI

This commit is contained in:
Andrew Nelless
2017-02-08 14:51:59 +00:00
parent 31a7fb395c
commit 4263fd1717
9 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ endif()
add_executable(syntool ${sources})
target_link_libraries(syntool
synergy arch base client common io ipc mt net platform server ${libs} ${OPENSSL_LIBS})
synlib arch base client common io ipc mt net platform server ${libs} ${OPENSSL_LIBS})
if (WIN32)
else ()