src/demo/Makefile.am
changeset 1342 e335eebdae5b
parent 1324 eca073533990
child 1349 83388a4aa3af
     1.1 --- a/src/demo/Makefile.am	Tue Apr 12 14:24:57 2005 +0000
     1.2 +++ b/src/demo/Makefile.am	Tue Apr 12 17:33:41 2005 +0000
     1.3 @@ -6,9 +6,11 @@
     1.4  			sub_graph_wrapper_demo 				\
     1.5  			graph_to_eps_demo 				\
     1.6  			lp_demo                                         \
     1.7 -			dim_to_lgf
     1.8 +			dim_to_lgf					\
     1.9 +			min_route
    1.10  
    1.11  dim_to_dot_SOURCES = dim_to_dot.cc
    1.12 +min_route_SOURCES = min_route.cc
    1.13  
    1.14  sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
    1.15  	tight_edge_filter_map.h