diff --git a/server/modules/filter/ccrfilter/CMakeLists.txt b/server/modules/filter/ccrfilter/CMakeLists.txt index b33d25a35..672688725 100644 --- a/server/modules/filter/ccrfilter/CMakeLists.txt +++ b/server/modules/filter/ccrfilter/CMakeLists.txt @@ -1,4 +1,4 @@ add_library(ccrfilter SHARED ccrfilter.c) target_link_libraries(ccrfilter maxscale-common) set_target_properties(ccrfilter PROPERTIES VERSION "1.0.0") -install_module(ccrfilter experimental) +install_module(ccrfilter core) diff --git a/server/modules/filter/gatekeeper/CMakeLists.txt b/server/modules/filter/gatekeeper/CMakeLists.txt index bf23f6b10..c73192886 100644 --- a/server/modules/filter/gatekeeper/CMakeLists.txt +++ b/server/modules/filter/gatekeeper/CMakeLists.txt @@ -1,4 +1,4 @@ add_library(gatekeeper SHARED gatekeeper.c) target_link_libraries(gatekeeper maxscale-common) set_target_properties(gatekeeper PROPERTIES VERSION "1.0.0") -install_module(gatekeeper experimental) +install_module(gatekeeper core)