src/lemon/Makefile.am
changeset 1073 bedab8bd915f
parent 1039 bd01c5a3f989
child 1109 5222b3d588c3
     1.1 --- a/src/lemon/Makefile.am	Tue Jan 11 09:09:50 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Tue Jan 11 09:15:25 2005 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  pkginclude_HEADERS =							\
     1.5  	map_defines.h							\
     1.6  	array_map.h                                                     \
     1.7 +	bezier.h                                                        \
     1.8  	bfs.h                                                           \
     1.9  	dfs.h                                                           \
    1.10  	bin_heap.h							\
    1.11 @@ -11,6 +12,7 @@
    1.12  	full_graph.h							\
    1.13  	graph_wrapper.h							\
    1.14  	graph_utils.h							\
    1.15 +	graph_to_eps.h                                                  \
    1.16  	invalid.h							\
    1.17  	kruskal.h							\
    1.18  	list_graph.h							\