From 94469ffa6f4f94de122b2e12953a68d5f4e099d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Thu, 4 Oct 2012 19:21:09 -0400 Subject: [PATCH] wfreerdp-server: fix server interface build --- server/Windows/CMakeLists.txt | 2 +- server/Windows/cli/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Windows/CMakeLists.txt b/server/Windows/CMakeLists.txt index b0d680db4..4688b0fa9 100644 --- a/server/Windows/CMakeLists.txt +++ b/server/Windows/CMakeLists.txt @@ -62,7 +62,7 @@ else() freerdp-channels) endif() -target_link_libraries(wfreerdp-server ${${MODULE_PREFIX}_LIBS}) +target_link_libraries(${MODULE_NAME} ${${MODULE_PREFIX}_LIBS}) if(WITH_SERVER_INTERFACE) diff --git a/server/Windows/cli/CMakeLists.txt b/server/Windows/cli/CMakeLists.txt index f7d2ade5a..d8a0e418f 100644 --- a/server/Windows/cli/CMakeLists.txt +++ b/server/Windows/cli/CMakeLists.txt @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set(MODULE_NAME "wfreerdp-server") +set(MODULE_NAME "wfreerdp-server-cli") set(MODULE_PREFIX "FREERDP_SERVER_WINDOWS_CLI") include_directories(..)