summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-08-05 12:50:11 +0300
committerGitHub <noreply@github.com>2022-08-05 12:50:11 +0300
commitb863e5062ec075eb9b310c758d4efa72a1036b09 (patch)
tree2121e6f01b225155676e81fe28fad2709c7efa13 /configure.ac
parent6a5238356520cc2e3ea31f0775d5c3197196db2e (diff)
Trimmed-median, trimmed-mean and percentile (#13469)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9dbb6a7c1a..40cd3869da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1748,9 +1748,11 @@ AC_CONFIG_FILES([
web/api/queries/max/Makefile
web/api/queries/median/Makefile
web/api/queries/min/Makefile
+ web/api/queries/percentile/Makefile
web/api/queries/ses/Makefile
web/api/queries/stddev/Makefile
web/api/queries/sum/Makefile
+ web/api/queries/trimmed_mean/Makefile
web/api/health/Makefile
web/gui/Makefile
web/gui/dashboard/Makefile