demo/Makefile.am
changeset 1680 4f8b9cee576b
parent 1678 b7b7125a5fe8
child 1802 fdfa3aa18607
     1.1 --- a/demo/Makefile.am	Mon Sep 12 09:15:59 2005 +0000
     1.2 +++ b/demo/Makefile.am	Mon Sep 12 09:19:52 2005 +0000
     1.3 @@ -14,7 +14,8 @@
     1.4  	hello_lemon \
     1.5  	sub_graph_adaptor_demo \
     1.6  	descriptor_map_demo \
     1.7 -	coloring
     1.8 +	coloring \
     1.9 +	grid_graph_demo
    1.10  
    1.11  if HAVE_GLPK
    1.12  noinst_PROGRAMS += lp_demo lp_maxflow_demo
    1.13 @@ -37,6 +38,8 @@
    1.14  
    1.15  graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    1.16  
    1.17 +grid_graph_demo_SOURCES = grid_graph_demo.cc
    1.18 +
    1.19  graph_orientation_SOURCES = graph_orientation.cc
    1.20  
    1.21  min_route_SOURCES = min_route.cc