src/lemon/Makefile.am
changeset 1408 892c29484414
parent 1402 655d8e78454d
child 1409 d2d1f8fa187b
equal deleted inserted replaced
25:6233dadfa689 26:b95433444631
    50 	time_measure.h \
    50 	time_measure.h \
    51 	unionfind.h \
    51 	unionfind.h \
    52 	xy.h \
    52 	xy.h \
    53 	concept_check.h \
    53 	concept_check.h \
    54 	utility.h \
    54 	utility.h \
       
    55 	lemon_reader.h \
    55 	graph_reader.h \
    56 	graph_reader.h \
    56 	graph_writer.h \
    57 	graph_writer.h \
    57 	bits/alteration_notifier.h \
    58 	bits/alteration_notifier.h \
    58 	bits/map_iterator.h \
    59 	bits/map_iterator.h \
    59 	bits/array_map.h \
    60 	bits/array_map.h \
    62 	bits/vector_map.h \
    63 	bits/vector_map.h \
    63 	bits/iterable_graph_extender.h \
    64 	bits/iterable_graph_extender.h \
    64 	bits/extendable_graph_extender.h \
    65 	bits/extendable_graph_extender.h \
    65 	bits/clearable_graph_extender.h \
    66 	bits/clearable_graph_extender.h \
    66 	bits/erasable_graph_extender.h \
    67 	bits/erasable_graph_extender.h \
    67 	bits/undir_graph_extender.h
    68 	bits/undir_graph_extender.h \
       
    69 	bits/item_reader.h
    68 
    70 
    69 noinst_HEADERS = \
    71 noinst_HEADERS = \
    70 	concept/graph.h \
    72 	concept/graph.h \
    71 	concept/graph_component.h \
    73 	concept/graph_component.h \
    72 	concept/undir_graph.h \
    74 	concept/undir_graph.h \