From b210f158f822ac721d83c0dc0ab29fc986979c97 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 16 Feb 2016 16:56:34 +0100 Subject: Refactor server code into ucad.c --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bfd96d6..a864fd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ install(TARGETS ucanet LIBRARY DESTINATION ${LIBUCA_PLUGINDIR}) # uca-net server configure_paths(UCAD) -add_executable(ucad ucad.c uca-net-server.c) +add_executable(ucad ucad.c) target_link_libraries(ucad ${UCA_LIBRARIES} ${GIO_LIBRARIES}) -- cgit v1.2.3