diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 88d8a5c9..74d16b32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,12 +146,6 @@ foreach (_module ${HARDINFO_MODULES}) set_target_properties(${_module} PROPERTIES PREFIX "") endforeach() -add_library(hardinfo-remote STATIC - remote/remote.c - remote/ssh-conn.c - remote/xmlrpc-client.c - remote/xmlrpc-server.c -) add_library(hardinfo-shell STATIC shell/callbacks.c shell/iconcache.c @@ -176,9 +170,6 @@ target_link_libraries(hardinfo hardinfo-shell m ) -target_link_libraries(hardinfo-shell - hardinfo-remote -) configure_file(config.h.cmake ${CMAKE_BINARY_DIR}/config.h @ONLY) configure_file(hardinfo.desktop.cmake ${CMAKE_BINARY_DIR}/hardinfo.desktop @ONLY) |