COIN-OR::LEMON - Graph Library

Changes in / [66:5f7a8570687d:67:9de02aa380de] in lemon


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r66 r67  
    1616
    1717lemon_HEADERS += \
     18        lemon/concept_check.h \
    1819        lemon/dim2.h \
    1920        lemon/error.h \
  • test/Makefile.am

    r66 r67  
    1111        test/dim_test \
    1212        test/graph_test \
     13        test/maps_test \
    1314        test/random_test \
    1415        test/test_tools_fail \
     
    2223#test_error_test_SOURCES = test/error_test.cc
    2324test_graph_test_SOURCES = test/graph_test.cc
     25test_maps_test_SOURCES = test/maps_test.cc
    2426test_random_test_SOURCES = test/random_test.cc
    2527test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.