From 5172421d248250b4ab3b69eb57fd83656e23a4da Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 3 Sep 2020 03:00:30 +0200 Subject: This is unfinished work implemeting out-of-UFO network servers --- src/meson.build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 324c744..fd41361 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,5 +1,4 @@ plugins = [ - 'roof-read', 'roof-build', 'roof-filter', 'roof-flat-field-correct' @@ -10,11 +9,11 @@ roof_common_src = [ ] roof_plugin_src = { - 'roof-read': [ + 'roof-build': [ + 'hw_sched.c', + 'hw_thread.c', 'ufo-roof-read-socket.c', 'ufo-roof-read-file.c', - ], - 'roof-build': [ 'ufo-roof-buffer.c', ], 'roof-filter': [ -- cgit v1.2.3