From 99b2c70137fef05a5a18f439b9010ddba455f5cb Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Sat, 27 Jun 2020 15:18:45 +0200 Subject: Create a shared mc protocol implementation and use it in the proxy and cmd line tool --- shared/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/meson.build') diff --git a/shared/meson.build b/shared/meson.build index ccfad4a..5b15c05 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -1,5 +1,6 @@ srcs_libshared = [ 'rcon-protocol.c', + 'mc-protocol.c', 'config-parser.c', 'utils.c', ] -- cgit v1.2.3