summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-24 03:03:57 +0300
committerGitHub <noreply@github.com>2018-10-24 03:03:57 +0300
commitf857aa35aed99b97b9b123e35544cf94260b108d (patch)
tree269b53c05fdc1649ac9b96714d8aeb2473c3d846 /Makefile.am
parent0a78758a111c10115de56b94dd152bf4cb505cec (diff)
optimized ses and added des (#4470)
* optimized ses and added des * added coefficient of variation * fix bug identified by @vlvkobal: use all available points when resampling is required and the timeframe is not enough for a single point
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cbe05c5da8..45be88f5ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -291,6 +291,8 @@ API_PLUGIN_FILES = \
web/api/exporters/shell/allmetrics_shell.h \
web/api/queries/average/average.c \
web/api/queries/average/average.h \
+ web/api/queries/des/des.c \
+ web/api/queries/des/des.h \
web/api/queries/incremental_sum/incremental_sum.c \
web/api/queries/incremental_sum/incremental_sum.h \
web/api/queries/max/max.c \