X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=network%2FCMakeLists.txt;h=e43d6bca3cfa64df5598e13620f63e61d9c88320;hp=6130d18623e93a9c85f6974686a8dcb00395d73c;hb=e368a1672c4f917bfa6adb52dae3b5ebfcd0db18;hpb=7bcf3798d7e4edb49345f40c7c543f7a9bb97805 diff --git a/network/CMakeLists.txt b/network/CMakeLists.txt index 6130d186..e43d6bca 100644 --- a/network/CMakeLists.txt +++ b/network/CMakeLists.txt @@ -1,5 +1,5 @@ -SET(network_SRCS message.cpp builtin_cmds.cpp builtin_handlers.cpp server.cpp) -SET(network_HDRS message.h msgcodes.h) +SET(network_SRCS server.cpp) +SET(network_HDRS ) SET(network_MOCS server.h) QT4_WRAP_CPP(_MOC ${network_MOCS})