diff options
-rw-r--r-- | minecproxy/meson.build | 1 | ||||
-rw-r--r-- | shared/config-parser.c (renamed from minecproxy/config-parser.c) | 0 | ||||
-rw-r--r-- | shared/config-parser.h (renamed from minecproxy/config-parser.h) | 0 | ||||
-rw-r--r-- | shared/meson.build | 1 |
4 files changed, 1 insertions, 1 deletions
diff --git a/minecproxy/meson.build b/minecproxy/meson.build index db6a31b..7023f10 100644 --- a/minecproxy/meson.build +++ b/minecproxy/meson.build @@ -7,7 +7,6 @@ minecproxy_sources = [ 'server-config.c', 'server-rcon.c', 'announce.c', - 'config-parser.c', 'idle.c', 'ptimer.c', 'igmp.c', diff --git a/minecproxy/config-parser.c b/shared/config-parser.c index 9c89cf2..9c89cf2 100644 --- a/minecproxy/config-parser.c +++ b/shared/config-parser.c diff --git a/minecproxy/config-parser.h b/shared/config-parser.h index 3a117a3..3a117a3 100644 --- a/minecproxy/config-parser.h +++ b/shared/config-parser.h diff --git a/shared/meson.build b/shared/meson.build index ccf502e..e4e4f29 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -1,5 +1,6 @@ srcs_libshared = [ 'rcon-protocol.c', + 'config-parser.c', 'utils.c', ] |