diff -r 7152559e3d08 -r 892c29484414 src/lemon/Makefile.am --- a/src/lemon/Makefile.am Fri May 06 15:39:33 2005 +0000 +++ b/src/lemon/Makefile.am Mon May 09 11:24:26 2005 +0000 @@ -52,6 +52,7 @@ xy.h \ concept_check.h \ utility.h \ + lemon_reader.h \ graph_reader.h \ graph_writer.h \ bits/alteration_notifier.h \ @@ -64,7 +65,8 @@ bits/extendable_graph_extender.h \ bits/clearable_graph_extender.h \ bits/erasable_graph_extender.h \ - bits/undir_graph_extender.h + bits/undir_graph_extender.h \ + bits/item_reader.h noinst_HEADERS = \ concept/graph.h \