COIN-OR::LEMON - Graph Library

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


Ignore:
Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r394 r398  
    1717#lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    1818
     19nodist_lemon_HEADERS = lemon/config.h
     20
    1921lemon_HEADERS += \
    2022        lemon/arg_parser.h \
     
    2426        lemon/color.h \
    2527        lemon/concept_check.h \
    26         lemon/config.h \
    2728        lemon/counter.h \
    2829        lemon/core.h \
  • lemon/core.h

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