COIN-OR::LEMON - Graph Library

Changeset 1378:b82995734b2d in lemon-0.x for src/lemon


Ignore:
Timestamp:
04/21/05 08:06:56 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1824
Message:

Fix Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/Makefile.am

    r1349 r1378  
    1616endif
    1717
    18 pkginclude_HEADERS = \
     18nobase_pkginclude_HEADERS = \
    1919        bezier.h \
    2020        bfs.h \
     
    3232        kruskal.h \
    3333        list_graph.h \
     34        lp_base.h \
     35        lp_glpk.h \
     36        lp_skeleton.h \
    3437        maps.h \
    3538        max_matching.h \
     
    6164
    6265noinst_HEADERS = \
    63         lp_base.h \
    64         lp_glpk.h \
    65         lp_skeleton.h \
    6666        concept/graph.h \
    6767        concept/graph_component.h \
Note: See TracChangeset for help on using the changeset viewer.