From 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 1 Feb 2020 13:07:46 +0100 Subject: Initial Python infrastructure to build more complex processing pipelines and the corresponding changes in ROOF filters --- src/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 8a03a57..8f8930a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,7 +1,7 @@ plugins = [ 'roof-read', 'roof-build', - 'roof-plane', + 'roof-filter', ] roof_common_src = [ @@ -16,7 +16,7 @@ roof_plugin_src = { 'roof-build': [ 'ufo-roof-buffer.c', ], - 'roof-plane': [ + 'roof-filter': [ ], } -- cgit v1.2.3