demo/Makefile.am
changeset 2195 f47faf6913ab
parent 2147 63d293ff1bef
child 2216 1e45cdeea3cc
     1.1 --- a/demo/Makefile.am	Mon Sep 04 19:12:44 2006 +0000
     1.2 +++ b/demo/Makefile.am	Mon Sep 04 19:48:09 2006 +0000
     1.3 @@ -14,6 +14,8 @@
     1.4  	demo/graph_orientation \
     1.5  	demo/min_route \
     1.6  	demo/hello_lemon \
     1.7 +	demo/hello_world \
     1.8 +	demo/maps_summary \
     1.9  	demo/sub_graph_adaptor_demo \
    1.10  	demo/descriptor_map_demo \
    1.11  	demo/coloring \
    1.12 @@ -45,6 +47,8 @@
    1.13  
    1.14  demo_coloring_SOURCES = demo/coloring.cc
    1.15  
    1.16 +demo_maps_summary_SOURCES = demo/maps_summary.cc
    1.17 +
    1.18  demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1.19  
    1.20  demo_grid_ugraph_demo_SOURCES = demo/grid_ugraph_demo.cc
    1.21 @@ -55,6 +59,8 @@
    1.22  
    1.23  demo_hello_lemon_SOURCES = demo/hello_lemon.cc
    1.24  
    1.25 +demo_hello_world_SOURCES = demo/hello_world.cc
    1.26 +
    1.27  demo_sub_graph_adaptor_demo_SOURCES = \
    1.28  	demo/sub_graph_adaptor_demo.cc \
    1.29  	demo/tight_edge_filter_map.h