Minor corrections. "make distclean" still doesn't work.
1.1 --- a/src/hugo/Makefile.am Mon Sep 13 17:20:03 2004 +0000
1.2 +++ b/src/hugo/Makefile.am Mon Sep 13 18:00:26 2004 +0000
1.3 @@ -21,6 +21,7 @@
1.4 mincostflows.h \
1.5 minlengthpaths.h \
1.6 preflow.h \
1.7 + path.h \
1.8 smart_graph.h \
1.9 sym_map.h \
1.10 time_measure.h \
2.1 --- a/src/test/Makefile.am Mon Sep 13 17:20:03 2004 +0000
2.2 +++ b/src/test/Makefile.am Mon Sep 13 18:00:26 2004 +0000
2.3 @@ -1,5 +1,7 @@
2.4 AM_CPPFLAGS = -I$(top_srcdir)/src
2.5
2.6 +dist_noinst_DATA = preflow_graph
2.7 +
2.8 noinst_HEADERS = test_tools.h graph_test.h
2.9
2.10 check_PROGRAMS = \
2.11 @@ -39,4 +41,3 @@
2.12 unionfind_test_SOURCES = unionfind_test.cc
2.13 xy_test_SOURCES = xy_test.cc
2.14
2.15 -EXTRA_DIST = preflow_graph