diff -r eaf16c8f6fef -r f47faf6913ab demo/Makefile.am --- a/demo/Makefile.am Mon Sep 04 19:12:44 2006 +0000 +++ b/demo/Makefile.am Mon Sep 04 19:48:09 2006 +0000 @@ -14,6 +14,8 @@ demo/graph_orientation \ demo/min_route \ demo/hello_lemon \ + demo/hello_world \ + demo/maps_summary \ demo/sub_graph_adaptor_demo \ demo/descriptor_map_demo \ demo/coloring \ @@ -45,6 +47,8 @@ demo_coloring_SOURCES = demo/coloring.cc +demo_maps_summary_SOURCES = demo/maps_summary.cc + demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc @@ -55,6 +59,8 @@ demo_hello_lemon_SOURCES = demo/hello_lemon.cc +demo_hello_world_SOURCES = demo/hello_world.cc + demo_sub_graph_adaptor_demo_SOURCES = \ demo/sub_graph_adaptor_demo.cc \ demo/tight_edge_filter_map.h