COIN-OR::LEMON - Graph Library

Changeset 501:32fb28fc9d42 in lemon-1.2 for lemon


Ignore:
Timestamp:
04/28/09 19:45:29 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Children:
503:41bdb4d6c8c3, 639:72ac25ad276e
Phase:
public
Message:

Do not distribute lemon/config.h and fix its bad include by core.h (#280)

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r499 r501  
    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

    r491 r501  
    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.