Minor corrections. "make distclean" still doesn't work.
authoralpar
Mon, 13 Sep 2004 18:00:26 +0000
changeset 843d56fad02dc55
parent 842 a4bb28813570
child 844 9bf990cb066d
Minor corrections. "make distclean" still doesn't work.
src/hugo/Makefile.am
src/test/Makefile.am
     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