diff -r 17e367a93cbb -r c2c76e4598f6 demo/Makefile.am --- a/demo/Makefile.am Mon Jun 27 19:47:09 2005 +0000 +++ b/demo/Makefile.am Mon Jun 27 20:44:29 2005 +0000 @@ -8,6 +8,7 @@ dim_to_lgf \ graph_to_eps_demo \ min_route \ + hello_lemon \ sub_graph_adaptor_demo \ coloring @@ -30,6 +31,8 @@ min_route_SOURCES = min_route.cc +hello_lemon_SOURCES = hello_lemon.cc + sub_graph_adaptor_demo_SOURCES = \ sub_graph_adaptor_demo.cc \ tight_edge_filter_map.h