diff -r 1b7c88fbb950 -r 003736604835 src/demo/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/demo/Makefile.am Mon Oct 04 14:43:11 2004 +0000 @@ -0,0 +1,9 @@ +AM_CPPFLAGS = -I$(top_srcdir)/src + +EXTRA_DIST = sub_graph_wrapper_demo.dim + +noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo + +dim_to_dot_SOURCES = dim_to_dot.cc + +sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h