X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=766331f491f2bb030ab0c3b7f912338e58f0cfa1;hb=6760d3740f2c8c7b30310b7f3065147c34ff9802;hp=741f7e5ce2dc4736b2cb66a7bcaf0f390f153ac3;hpb=b578a6b9f331c11ebc70d153494c7b6113990ee7;p=collection4.git diff --git a/src/Makefile.am b/src/Makefile.am index 741f7e5..766331f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,11 +11,13 @@ 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_hosts.c action_list_hosts.h \ action_search.c action_search.h \