COIN-OR::LEMON - Graph Library

Changes in / [65:bfbc57a51fbb:24:1f781d1f9b79] in lemon-1.1


Ignore:
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r65 r10  
    1616
    1717lemon_HEADERS += \
    18         lemon/concept_check.h \
    1918        lemon/dim2.h \
    2019        lemon/random.h \
    2120        lemon/list_graph.h \
    22         lemon/maps.h \
    2321        lemon/tolerance.h
    2422
     
    2725        lemon/bits/utility.h
    2826
    29 concept_HEADERS += \
    30         lemon/concepts/maps.h
     27concept_HEADERS +=
  • test/Makefile.am

    r65 r10  
    77check_PROGRAMS += \
    88        test/dim_test \
    9         test/maps_test \
    109        test/random_test \
    1110        test/test_tools_fail \
     
    1615
    1716test_dim_test_SOURCES = test/dim_test.cc
    18 test_maps_test_SOURCES = test/maps_test.cc
    1917test_random_test_SOURCES = test/random_test.cc
    2018test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.