X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2FMakefile.am;h=adfa023c099243c12ee01293306a18746c3ea687;hp=a77f66965a18c0a2a05941e0d2cc3192b3a39059;hb=a7babc69db47718d5e0cc1af48bafaf8eea7c3d1;hpb=30478870f2afaf991ee19ab7b4c22d3ddcd7b8cd diff --git a/src/Makefile.am b/src/Makefile.am index a77f669..adfa023 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,14 +11,25 @@ AM_YFLAGS = -d BUILT_SOURCES = parser.h -bin_PROGRAMS = collection.fcgi +pkglib_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_instance_data_json.c action_instance_data_json.h \ + action_graph_def_json.c action_graph_def_json.h \ action_list_graphs.c action_list_graphs.h \ + action_list_graphs_json.c action_list_graphs_json.h \ + action_list_hosts.c action_list_hosts.h \ + action_list_hosts_json.c action_list_hosts_json.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 \ + data_provider.c data_provider.h \ + dp_rrdtool.c dp_rrdtool.h \ filesystem.c filesystem.h \ graph_types.h \ graph.c graph.h \ @@ -27,5 +38,9 @@ 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 + utils_cgi.c utils_cgi.h \ + utils_search.c utils_search.h +collection_fcgi_CFLAGS = $(AM_CFLAGS) $(libcollectdclient_CFLAGS) +collection_fcgi_LDADD = $(libcollectdclient_LIBS)