demo/Makefile.am
changeset 1678 b7b7125a5fe8
parent 1554 572bc7d0d3e2
child 1680 4f8b9cee576b
     1.1 --- a/demo/Makefile.am	Mon Sep 12 05:31:55 2005 +0000
     1.2 +++ b/demo/Makefile.am	Mon Sep 12 05:35:36 2005 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  	reader_writer_demo \
     1.5  	dim_to_lgf \
     1.6  	graph_to_eps_demo \
     1.7 +	graph_orientation \
     1.8  	min_route \
     1.9  	hello_lemon \
    1.10  	sub_graph_adaptor_demo \
    1.11 @@ -36,6 +37,8 @@
    1.12  
    1.13  graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    1.14  
    1.15 +graph_orientation_SOURCES = graph_orientation.cc
    1.16 +
    1.17  min_route_SOURCES = min_route.cc
    1.18  
    1.19  hello_lemon_SOURCES = hello_lemon.cc