diff -r ce824c6ffd5d -r bedab8bd915f src/demo/Makefile.am --- a/src/demo/Makefile.am Tue Jan 11 09:09:50 2005 +0000 +++ b/src/demo/Makefile.am Tue Jan 11 09:15:25 2005 +0000 @@ -2,8 +2,10 @@ EXTRA_DIST = sub_graph_wrapper_demo.dim -noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo +noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo graph_to_eps_demo dim_to_dot_SOURCES = dim_to_dot.cc sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h + +graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc \ No newline at end of file