demo/Makefile.am
changeset 1520 c2c76e4598f6
parent 1435 8e85e6bbefdf
child 1526 8c14aa8f27a2
     1.1 --- a/demo/Makefile.am	Mon Jun 27 19:47:09 2005 +0000
     1.2 +++ b/demo/Makefile.am	Mon Jun 27 20:44:29 2005 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  	dim_to_lgf \
     1.5  	graph_to_eps_demo \
     1.6  	min_route \
     1.7 +	hello_lemon \
     1.8  	sub_graph_adaptor_demo \
     1.9  	coloring
    1.10  
    1.11 @@ -30,6 +31,8 @@
    1.12  
    1.13  min_route_SOURCES = min_route.cc
    1.14  
    1.15 +hello_lemon_SOURCES = hello_lemon.cc
    1.16 +
    1.17  sub_graph_adaptor_demo_SOURCES = \
    1.18  	sub_graph_adaptor_demo.cc \
    1.19  	tight_edge_filter_map.h