summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-23 11:11:26 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-23 11:11:26 +0200
commitfd4f4ace264a91355df46186dd88f566fb451aa5 (patch)
tree49d8ea7bfc647a5d31c2f37b082d5fcef07842d9 /meson.build
parent7c6a78910429f2fa6cb3f0570e66c782d2f17748 (diff)
Move rcon to server-rcon in preparation for separate rcon tool
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 34ad7b6..ca38341 100644
--- a/meson.build
+++ b/meson.build
@@ -39,9 +39,9 @@ mcproxy_sources = [
'server.c',
'server-proxy.c',
'server-config.c',
+ 'server-rcon.c',
'announce.c',
'config-parser.c',
- 'rcon.c',
'idle.c',
'ptimer.c',
'igmp.c',