src/demo/Makefile.am
changeset 1073 bedab8bd915f
parent 934 003736604835
child 1296 12078ddcf065
     1.1 --- a/src/demo/Makefile.am	Tue Jan 11 09:09:50 2005 +0000
     1.2 +++ b/src/demo/Makefile.am	Tue Jan 11 09:15:25 2005 +0000
     1.3 @@ -2,8 +2,10 @@
     1.4  
     1.5  EXTRA_DIST = sub_graph_wrapper_demo.dim
     1.6  
     1.7 -noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo
     1.8 +noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo graph_to_eps_demo
     1.9  
    1.10  dim_to_dot_SOURCES = dim_to_dot.cc
    1.11  
    1.12  sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h
    1.13 +
    1.14 +graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    1.15 \ No newline at end of file