removed dead vnc integration attempt.

This commit is contained in:
Nick Bolton
2013-05-31 15:43:37 +00:00
parent 7ab09dffd9
commit 1b969a4283
12 changed files with 2 additions and 186 deletions

View File

@@ -55,10 +55,6 @@ if (UNIX)
)
endif()
if (VNC_SUPPORT)
list(APPEND libs vnc_server vnc_client)
endif()
include_directories(${inc})
add_executable(synergyc ${src})
target_link_libraries(synergyc

View File

@@ -44,10 +44,6 @@ else()
add_executable(synergyd ${src})
endif()
if (VNC_SUPPORT)
list(APPEND libs vnc_server vnc_client)
endif()
target_link_libraries(synergyd
arch base common io ipc mt net platform synergy cryptopp ${libs})