src/lemon/Makefile.am
changeset 1408 892c29484414
parent 1402 655d8e78454d
child 1409 d2d1f8fa187b
     1.1 --- a/src/lemon/Makefile.am	Fri May 06 15:39:33 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Mon May 09 11:24:26 2005 +0000
     1.3 @@ -52,6 +52,7 @@
     1.4  	xy.h \
     1.5  	concept_check.h \
     1.6  	utility.h \
     1.7 +	lemon_reader.h \
     1.8  	graph_reader.h \
     1.9  	graph_writer.h \
    1.10  	bits/alteration_notifier.h \
    1.11 @@ -64,7 +65,8 @@
    1.12  	bits/extendable_graph_extender.h \
    1.13  	bits/clearable_graph_extender.h \
    1.14  	bits/erasable_graph_extender.h \
    1.15 -	bits/undir_graph_extender.h
    1.16 +	bits/undir_graph_extender.h \
    1.17 +	bits/item_reader.h
    1.18  
    1.19  noinst_HEADERS = \
    1.20  	concept/graph.h \