COIN-OR::LEMON - Graph Library

Changeset 2260:4274224f8a7d in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
10/24/06 19:19:16 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
Message:

concept -> concepts (namespace & directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2229 r2260  
    122122concept_HEADERS += \
    123123        lemon/concept_check.h \
    124         lemon/concept/bpugraph.h \
    125         lemon/concept/graph.h \
    126         lemon/concept/graph_components.h \
    127         lemon/concept/heap.h \
    128         lemon/concept/maps.h \
    129         lemon/concept/matrix_maps.h \
    130         lemon/concept/path.h \
    131         lemon/concept/ugraph.h
     124        lemon/concepts/bpugraph.h \
     125        lemon/concepts/graph.h \
     126        lemon/concepts/graph_components.h \
     127        lemon/concepts/heap.h \
     128        lemon/concepts/maps.h \
     129        lemon/concepts/matrix_maps.h \
     130        lemon/concepts/path.h \
     131        lemon/concepts/ugraph.h
Note: See TracChangeset for help on using the changeset viewer.