COIN-OR::LEMON - Graph Library

source: lemon-0.x/src/hugo/Makefile.am @ 795:cfa6c2ea48e5

Last change on this file since 795:cfa6c2ea48e5 was 795:cfa6c2ea48e5, checked in by Alpar Juttner, 20 years ago

Put a lot of missing header files to src/hugo/Makefile.am

File size: 1.1 KB
RevLine 
[542]1pkginclude_HEADERS =                                                    \
[795]2        array_map_factory.h                                             \
[774]3        bfs.h                                                           \
[795]4        dfs.h                                                           \
[542]5        bin_heap.h                                                      \
6        dijkstra.h                                                      \
7        dimacs.h                                                        \
8        error.h                                                         \
[795]9        extended_pair.h                                                 \
[542]10        fib_heap.h                                                      \
[596]11        full_graph.h                                                    \
12        graph_wrapper.h                                                 \
[542]13        invalid.h                                                       \
[578]14        list_graph.h                                                    \
[795]15        map_defines.h                                                   \
16        map_registry.h                                                  \
[542]17        maps.h                                                          \
[731]18        max_flow.h                                                      \
[795]19        mincostflows.h                                                  \
20        minlengthpaths.h                                                \
[542]21        smart_graph.h                                                   \
[795]22        sym_map_factory.h                                               \
[542]23        time_measure.h                                                  \
24        unionfind.h                                                     \
[795]25        vector_map_factory.h                                            \
[596]26        xy.h
27
[563]28noinst_HEADERS =                                                        \
29        skeletons/graph.h                                               \
30        skeletons/maps.h
Note: See TracBrowser for help on using the repository browser.