X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2FMakefile.am;h=2923d0451284091cc74df62ef5a85df32cc4a2dd;hp=6ef1f82e75d3dccb2dfe285852c80d1c90c52665;hb=2ef734476e3511b6f1c2611875e340b6b8ca2d4c;hpb=7004fc9c03aa95adc214eb15ca2400487d122d58 diff --git a/src/Makefile.am b/src/Makefile.am index 6ef1f82..2923d04 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ 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_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,6 +25,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 \ + data_provider.c data_provider.h \ + dp_rrdtool.c dp_rrdtool.h \ filesystem.c filesystem.h \ graph_types.h \ graph.c graph.h \