src/lemon/Makefile.am
changeset 1137 83a48cfd8553
parent 1129 4e26fd7ffcdc
child 1147 014054ffd9d2
     1.1 --- a/src/lemon/Makefile.am	Mon Feb 07 11:28:37 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Mon Feb 07 11:29:25 2005 +0000
     1.3 @@ -35,7 +35,10 @@
     1.4  	extendable_graph_extender.h					\
     1.5  	clearable_graph_extender.h					\
     1.6  	erasable_graph_extender.h					\
     1.7 -	undir_graph_extender.h
     1.8 +	undir_graph_extender.h                                          \
     1.9 +	graph_reader.h							\
    1.10 +	graph_writer.h							\
    1.11 +	map_utils.h
    1.12  
    1.13  noinst_HEADERS =							\
    1.14  	concept/graph.h							\