Added 'src/demo/Makefile.am'.
1.1 --- a/Makefile.am Fri Oct 01 11:31:03 2004 +0000
1.2 +++ b/Makefile.am Mon Oct 04 14:43:11 2004 +0000
1.3 @@ -13,7 +13,8 @@
1.4 src/Makefile.in \
1.5 src/lemon/Makefile.in \
1.6 src/test/Makefile.in \
1.7 - src/benchmark/Makefile.in
1.8 + src/benchmark/Makefile.in \
1.9 + src/demo/Makefile.in
1.10
1.11 docs:
1.12 @cd doc \
2.1 --- a/configure.ac Fri Oct 01 11:31:03 2004 +0000
2.2 +++ b/configure.ac Mon Oct 04 14:43:11 2004 +0000
2.3 @@ -27,5 +27,5 @@
2.4 AC_HEADER_STDC
2.5 AC_CHECK_FUNCS(gettimeofday)
2.6
2.7 -AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile])
2.8 +AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile])
2.9 AC_OUTPUT
3.1 --- a/src/Makefile.am Fri Oct 01 11:31:03 2004 +0000
3.2 +++ b/src/Makefile.am Mon Oct 04 14:43:11 2004 +0000
3.3 @@ -1,1 +1,1 @@
3.4 -SUBDIRS = lemon benchmark test
3.5 +SUBDIRS = lemon benchmark demo test
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/src/demo/Makefile.am Mon Oct 04 14:43:11 2004 +0000
4.3 @@ -0,0 +1,9 @@
4.4 +AM_CPPFLAGS = -I$(top_srcdir)/src
4.5 +
4.6 +EXTRA_DIST = sub_graph_wrapper_demo.dim
4.7 +
4.8 +noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo
4.9 +
4.10 +dim_to_dot_SOURCES = dim_to_dot.cc
4.11 +
4.12 +sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h