COIN-OR::LEMON - Graph Library

Changes in / [399:673c9d6bef44:397:7f4536948929] in lemon-1.0


Ignore:
Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r398 r394  
    1717#lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    1818
    19 nodist_lemon_HEADERS = lemon/config.h
    20 
    2119lemon_HEADERS += \
    2220        lemon/arg_parser.h \
     
    2624        lemon/color.h \
    2725        lemon/concept_check.h \
     26        lemon/config.h \
    2827        lemon/counter.h \
    2928        lemon/core.h \
  • lemon/core.h

    r398 r379  
    2323#include <algorithm>
    2424
    25 #include <lemon/config.h>
     25#include <lemon/core.h>
    2626#include <lemon/bits/enable_if.h>
    2727#include <lemon/bits/traits.h>
Note: See TracChangeset for help on using the changeset viewer.