[Lemon-commits] [lemon_svn] alpar: r1142 - in hugo/trunk/src: hugo test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:43:29 CET 2006
Author: alpar
Date: Mon Sep 13 20:00:26 2004
New Revision: 1142
Modified:
hugo/trunk/src/hugo/Makefile.am
hugo/trunk/src/test/Makefile.am
Log:
Minor corrections. "make distclean" still doesn't work.
Modified: hugo/trunk/src/hugo/Makefile.am
==============================================================================
--- hugo/trunk/src/hugo/Makefile.am (original)
+++ hugo/trunk/src/hugo/Makefile.am Mon Sep 13 20:00:26 2004
@@ -21,6 +21,7 @@
mincostflows.h \
minlengthpaths.h \
preflow.h \
+ path.h \
smart_graph.h \
sym_map.h \
time_measure.h \
Modified: hugo/trunk/src/test/Makefile.am
==============================================================================
--- hugo/trunk/src/test/Makefile.am (original)
+++ hugo/trunk/src/test/Makefile.am Mon Sep 13 20:00:26 2004
@@ -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
More information about the Lemon-commits
mailing list