X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=6ef1f82e75d3dccb2dfe285852c80d1c90c52665;hb=49e41ab84a7719050ada26760b0184180f085b55;hp=d51326230a2b52240ca8304dbcdbb355742d807b;hpb=6261a817494a678f8bc5dca6718c54c51e6421e0;p=collection4.git diff --git a/src/Makefile.am b/src/Makefile.am index d513262..6ef1f82 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,8 +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_list_hosts.c action_list_hosts.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 \ @@ -31,4 +34,5 @@ collection_fcgi_SOURCES = main.c \ graph_list.c graph_list.h \ rrd_args.c rrd_args.h \ utils_array.c utils_array.h \ - utils_cgi.c utils_cgi.h + utils_cgi.c utils_cgi.h \ + utils_search.c utils_search.h