diff -r 02a403c305b9 -r 12078ddcf065 src/demo/Makefile.am --- a/src/demo/Makefile.am Mon Apr 04 08:03:43 2005 +0000 +++ b/src/demo/Makefile.am Mon Apr 04 10:11:47 2005 +0000 @@ -2,10 +2,15 @@ EXTRA_DIST = sub_graph_wrapper_demo.dim -noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo graph_to_eps_demo +noinst_PROGRAMS = dim_to_dot \ + sub_graph_wrapper_demo \ + graph_to_eps_demo \ + dim_to_lgf 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 +graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc + +dim_to_lgf_SOURCES = dim_to_lgf.cc \ No newline at end of file