"show graph" action: Print a menu on the left side.
[collection4.git] / src / Makefile.am
index ed5393a..d513262 100644 (file)
@@ -18,6 +18,7 @@ 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_instance.c action_show_instance.h \
                          common.c common.h \
                          filesystem.c filesystem.h \
@@ -28,5 +29,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