COIN-OR::LEMON - Graph Library

Ticket #112: makefile_fix_aa45ff44fcf3.patch

File makefile_fix_aa45ff44fcf3.patch, 837 bytes (added by Peter Kovacs, 16 years ago)
  • lemon/Makefile.am

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1215446626 -7200
    # Node ID aa45ff44fcf348d49609beb0d0ca05f94d99084c
    # Parent  65cba1032f90cd157a56b911b4917920b07fc546
    Add lgf_writer.h to Makefile.am (ticket #112)
    
    diff -r 65cba1032f90 -r aa45ff44fcf3 lemon/Makefile.am
    a b  
    3232        lemon/graph_utils.h \
    3333        lemon/kruskal.h \
    3434        lemon/lgf_reader.h \
     35        lemon/lgf_writer.h \
    3536        lemon/list_graph.h \
    3637        lemon/maps.h \
    3738        lemon/math.h \
     
    5960concept_HEADERS += \
    6061        lemon/concepts/digraph.h \
    6162        lemon/concepts/graph.h \
     63        lemon/concepts/graph_components.h \
    6264        lemon/concepts/heap.h \
    6365        lemon/concepts/maps.h \
    64         lemon/concepts/path.h \
    65         lemon/concepts/graph_components.h
     66        lemon/concepts/path.h