summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-08-16 19:59:20 +0300
committerGitHub <noreply@github.com>2023-08-16 19:59:20 +0300
commit3c78c045bb0ea7225b35df4b6a83e671fc68aed1 (patch)
treeee82930f800ef74d0e9c419cb0d35aea3a0566ee /Makefile.am
parente3f1c5f33f4b3e1615613b93ad573d8c12158dc4 (diff)
added /api/v2/ilove.svg endpoint (#15815)
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 e0e85d2881..4feb67b2a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -598,6 +598,8 @@ API_PLUGIN_FILES = \
web/api/exporters/allmetrics.h \
web/api/exporters/shell/allmetrics_shell.c \
web/api/exporters/shell/allmetrics_shell.h \
+ web/api/ilove/ilove.c \
+ web/api/ilove/ilove.h \
web/api/queries/average/average.c \
web/api/queries/average/average.h \
web/api/queries/countif/countif.c \