X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=82954cf1e9ea6e2ceabfafcebe23ff08d1847562;hb=e8e05e49325abcd90a88d8bc431d14ec5ecf9239;hp=ac11e9fe4eabed33ad46debbfa862edc02a3e8ee;hpb=e9d94ae68f4081b25c4d278cea49b51354062e7d;p=collection4.git diff --git a/src/Makefile.am b/src/Makefile.am index ac11e9f..82954cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,11 @@ collection_fcgi_SOURCES = main.c \ oconfig.c oconfig.h aux_types.h scanner.l parser.y \ action_graph.c action_graph.h \ action_list_graphs.c action_list_graphs.h \ + action_search.c action_search.h \ + action_search_json.c action_search_json.h \ + action_show_graph.c action_show_graph.h \ + action_show_graph_json.c action_show_graph_json.h \ + action_show_instance.c action_show_instance.h \ common.c common.h \ filesystem.c filesystem.h \ graph_types.h \ @@ -26,5 +31,6 @@ collection_fcgi_SOURCES = main.c \ graph_ident.c graph_ident.h \ graph_instance.c graph_instance.h \ graph_list.c graph_list.h \ + rrd_args.c rrd_args.h \ utils_array.c utils_array.h \ utils_cgi.c utils_cgi.h