graph_def.c: Add the "color" member.
[collection4.git] / Makefile
index a8dc092..c1d879f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,10 @@ clean:
 
 common.o: common.c common.h
 
+graph_ident.o: graph_ident.c graph_ident.h
+
+graph_def.o: graph_def.c graph_def.h
+
 graph_list.o: graph_list.c graph_list.h
 
 utils_array.o: utils_array.c utils_array.h
@@ -24,7 +28,7 @@ action_list_graphs.o: action_list_graphs.c action_list_graphs.h
 test: test.c utils_params.o
 
 test.fcgi: LDLIBS = -lfcgi -lrrd
-test.fcgi: test.fcgi.c common.o graph_list.o utils_array.o utils_params.o action_graph.o action_list_graphs.o
+test.fcgi: test.fcgi.c common.o graph_ident.o graph_def.o graph_list.o utils_array.o utils_params.o action_graph.o action_list_graphs.o
 
 .PHONY: clean