diff -r 6ec5dbed8f18 -r b55e501a90ee lemon/Makefile.am --- a/lemon/Makefile.am Wed Jan 23 16:26:41 2008 +0100 +++ b/lemon/Makefile.am Thu Jan 24 11:31:19 2008 +0000 @@ -17,6 +17,8 @@ lemon_HEADERS += \ lemon/dim2.h \ lemon/maps.h \ + lemon/path.h \ + lemon/path_utils.h \ lemon/random.h \ lemon/list_graph.h \ lemon/tolerance.h @@ -38,4 +40,5 @@ lemon/concepts/digraph.h \ lemon/concepts/graph.h \ lemon/concepts/maps.h \ + lemon/concepts/path.h \ lemon/concepts/graph_components.h