COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r25 r65  
    88
    99lemon_libemon_la_SOURCES = \
    10         lemon/base.cc
     10        lemon/base.cc \
     11        lemon/random.cc
     12
    1113
    1214lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
     
    1517lemon_HEADERS += \
    1618        lemon/concept_check.h \
     19        lemon/dim2.h \
     20        lemon/random.h \
    1721        lemon/list_graph.h \
    1822        lemon/maps.h \
Note: See TracChangeset for help on using the changeset viewer.