COIN-OR::LEMON - Graph Library

Changeset 829:ef91373d37a8 in lemon-0.x for src/hugo/Makefile.am


Ignore:
Timestamp:
09/09/04 11:40:45 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1125
Message:

... and add the missing header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/Makefile.am

    r828 r829  
    11pkginclude_HEADERS =                                                    \
     2        array_map.h                                                     \
    23        bfs.h                                                           \
    34        dfs.h                                                           \
    45        bin_heap.h                                                      \
     6        default_map.h                                                   \
    57        dijkstra.h                                                      \
    68        dimacs.h                                                        \
     
    1416        list_graph.h                                                    \
    1517        map_defines.h                                                   \
     18        map_iterator.h                                                  \
    1619        map_registry.h                                                  \
    1720        maps.h                                                          \
     
    2023        minlengthpaths.h                                                \
    2124        smart_graph.h                                                   \
     25        sym_map.h                                                       \
    2226        sym_map_factory.h                                               \
    2327        time_measure.h                                                  \
    2428        unionfind.h                                                     \
     29        vector_map.h                                                    \
    2530        xy.h
    2631
Note: See TracChangeset for help on using the changeset viewer.