From c9c5f03c10b90b71c767f19a21305a86d745bfc9 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 16 Sep 2023 12:20:34 +0200 Subject: [PATCH] Fix meson source listing --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 73af4c7..2b4a0fe 100644 --- a/src/meson.build +++ b/src/meson.build @@ -17,7 +17,7 @@ tio_sources = [ 'setspeed.c', 'rs485.c', 'timestamp.c', - 'alert.c' + 'alert.c', 'xymodem.c' ]