# HG changeset patch # User alpar # Date 1095098426 0 # Node ID d56fad02dc557297dc08dd79d9f36bfe16e31281 # Parent a4bb288135700c1ccd7bf4780e5cfa6982a99ee6 Minor corrections. "make distclean" still doesn't work. diff -r a4bb28813570 -r d56fad02dc55 src/hugo/Makefile.am --- a/src/hugo/Makefile.am Mon Sep 13 17:20:03 2004 +0000 +++ b/src/hugo/Makefile.am Mon Sep 13 18:00:26 2004 +0000 @@ -21,6 +21,7 @@ mincostflows.h \ minlengthpaths.h \ preflow.h \ + path.h \ smart_graph.h \ sym_map.h \ time_measure.h \ diff -r a4bb28813570 -r d56fad02dc55 src/test/Makefile.am --- a/src/test/Makefile.am Mon Sep 13 17:20:03 2004 +0000 +++ b/src/test/Makefile.am Mon Sep 13 18:00:26 2004 +0000 @@ -1,5 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src +dist_noinst_DATA = preflow_graph + noinst_HEADERS = test_tools.h graph_test.h check_PROGRAMS = \ @@ -39,4 +41,3 @@ unionfind_test_SOURCES = unionfind_test.cc xy_test_SOURCES = xy_test.cc -EXTRA_DIST = preflow_graph