X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=e3d85b67cc17caab2f78ed63b29e4e4081cfc5af;hb=5dd3410614f199791a773e82bc4236c6ea6e7e5c;hp=a77f66965a18c0a2a05941e0d2cc3192b3a39059;hpb=30478870f2afaf991ee19ab7b4c22d3ddcd7b8cd;p=collection4.git diff --git a/src/Makefile.am b/src/Makefile.am index a77f669..e3d85b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,9 @@ collection_fcgi_SOURCES = main.c \ action_graph.c action_graph.h \ action_list_graphs.c action_list_graphs.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 \ @@ -27,5 +30,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