X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2FMakefile.am;h=bd986999cb47e8a939dbcb719b7c0649799742b2;hp=d5c74e13103f5cea96c9571e9f0a3ac5bd465e62;hb=02b3e17bba6c253164eb9fa7a12a39d7e15ad6a3;hpb=d586e8f07c42e4ee8dc6144fe2a0be8d69dc8000 diff --git a/src/Makefile.am b/src/Makefile.am index d5c74e1..bd98699 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,8 @@ bin_PROGRAMS = collection.fcgi collection_fcgi_SOURCES = main.c \ oconfig.c oconfig.h aux_types.h scanner.l parser.y \ action_graph.c action_graph.h \ + action_instance_data_json.c action_instance_data_json.h \ + action_graph_def_json.c action_graph_def_json.h \ action_list_graphs.c action_list_graphs.h \ action_list_hosts.c action_list_hosts.h \ action_search.c action_search.h \ @@ -24,7 +26,8 @@ collection_fcgi_SOURCES = main.c \ action_show_graph_json.c action_show_graph_json.h \ action_show_instance.c action_show_instance.h \ common.c common.h \ - dp_rrdtool.c \ + data_provider.c data_provider.h \ + dp_rrdtool.c dp_rrdtool.h \ filesystem.c filesystem.h \ graph_types.h \ graph.c graph.h \