changeset 934 | 003736604835 |
child 1073 | bedab8bd915f |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/demo/Makefile.am Mon Oct 04 14:43:11 2004 +0000 1.3 @@ -0,0 +1,9 @@ 1.4 +AM_CPPFLAGS = -I$(top_srcdir)/src 1.5 + 1.6 +EXTRA_DIST = sub_graph_wrapper_demo.dim 1.7 + 1.8 +noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_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