From 7b2e6168b049be9e7852b2d364d897592eff69fc Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Sun, 8 Mar 2020 16:23:41 +0100
Subject: Fix 64-bit ids, ROOF ids are big-endian, skip incomplete datasets at
 the end and if with specified latency, try to reconstruct from desynchronized
 streams (harmful, debugging only)

---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/CMakeLists.txt')

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bbbc5fb..720c18f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -5,7 +5,7 @@ set(ufofilter_SRCS
     ufo-roof-read-task.c
     ufo-roof-build-task.c
     ufo-roof-filter-task.c
-    ufo-roof-flat-field-correct.c
+    ufo-roof-flat-field-correct-task.c
     )
 
 set(common_SRCS
-- 
cgit v1.2.3