COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r259 r378  
    1313        lemon/random.cc
    1414
    15 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
     15#lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) $(AM_CXXFLAGS)
    1616#lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    1717
     
    2929        lemon/dim2.h \
    3030        lemon/error.h \
     31        lemon/full_graph.h \
    3132        lemon/graph_to_eps.h \
     33        lemon/grid_graph.h \
     34        lemon/hypercube_graph.h \
    3235        lemon/kruskal.h \
    3336        lemon/lgf_reader.h \
     
    3639        lemon/maps.h \
    3740        lemon/math.h \
     41        lemon/max_matching.h \
     42        lemon/nauty_reader.h \
    3843        lemon/path.h \
    3944        lemon/random.h \
    4045        lemon/smart_graph.h \
     46        lemon/suurballe.h \
    4147        lemon/time_measure.h \
    4248        lemon/tolerance.h \
Note: See TracChangeset for help on using the changeset viewer.