diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e0e85d288..405fd862a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,6 +156,8 @@ LIBNETDATA_FILES = \ libnetdata/eval/eval.h \ libnetdata/facets/facets.c \ libnetdata/facets/facets.h \ + libnetdata/functions_evloop/functions_evloop.c \ + libnetdata/functions_evloop/functions_evloop.h \ libnetdata/gorilla/gorilla.h \ libnetdata/gorilla/gorilla.cc \ libnetdata/inlined.h \ @@ -201,6 +203,7 @@ LIBNETDATA_FILES = \ libnetdata/string/utf8.h \ libnetdata/worker_utilization/worker_utilization.c \ libnetdata/worker_utilization/worker_utilization.h \ + libnetdata/xxhash.h \ libnetdata/http/http_defs.h \ libnetdata/dyn_conf/dyn_conf.c \ libnetdata/dyn_conf/dyn_conf.h \ @@ -472,6 +475,7 @@ RRD_PLUGIN_FILES = \ database/rrdfamily.c \ database/rrdhost.c \ database/rrdlabels.c \ + database/rrdlabels.h \ database/rrd.c \ database/rrd.h \ database/rrdset.c \ @@ -503,6 +507,9 @@ RRD_PLUGIN_FILES = \ database/sqlite/sqlite_aclk_alert.h \ database/sqlite/sqlite3.c \ database/sqlite/sqlite3.h \ + database/sqlite/sqlite3recover.c \ + database/sqlite/sqlite3recover.h \ + database/sqlite/dbdata.c \ database/KolmogorovSmirnovDist.c \ database/KolmogorovSmirnovDist.h \ $(NULL) @@ -598,6 +605,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 \ |