diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt index c96f7cac..d6880765 100644 --- a/userspace/falco/CMakeLists.txt +++ b/userspace/falco/CMakeLists.txt @@ -19,7 +19,7 @@ set( app/options.cpp app/actions/helpers_generic.cpp app/actions/helpers_inspector.cpp - app/actions/helpers_interesting_sets.cpp + app/actions/configure_interesting_sets.cpp app/actions/create_signal_handlers.cpp app/actions/daemonize.cpp app/actions/init_falco_engine.cpp diff --git a/userspace/falco/app/actions/helpers_interesting_sets.cpp b/userspace/falco/app/actions/configure_interesting_sets.cpp similarity index 100% rename from userspace/falco/app/actions/helpers_interesting_sets.cpp rename to userspace/falco/app/actions/configure_interesting_sets.cpp