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

@@ -34,5 +34,5 @@ endif()
add_library(ipc STATIC ${sources})
if (UNIX)
target_link_libraries(ipc arch base common mt io net synergy)
target_link_libraries(ipc arch base common mt io net synlib)
endif()