lemon/Makefile.am
changeset 418 ad483acf1654
parent 409 b8ce15103485
parent 416 76287c8caa26
child 440 88ed40ad0d4f
child 468 68fe66e2b34a
child 490 7f8560cb9d65
     1.1 --- a/lemon/Makefile.am	Tue Dec 02 11:01:48 2008 +0000
     1.2 +++ b/lemon/Makefile.am	Tue Dec 02 15:33:22 2008 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
     1.5  
     1.6  lemon_HEADERS += \
     1.7 +	lemon/adaptors.h \
     1.8          lemon/arg_parser.h \
     1.9  	lemon/assert.h \
    1.10          lemon/bfs.h \
    1.11 @@ -60,10 +61,12 @@
    1.12          lemon/bits/bezier.h \
    1.13  	lemon/bits/default_map.h \
    1.14          lemon/bits/enable_if.h \
    1.15 +	lemon/bits/graph_adaptor_extender.h \
    1.16  	lemon/bits/graph_extender.h \
    1.17  	lemon/bits/map_extender.h \
    1.18  	lemon/bits/path_dump.h \
    1.19  	lemon/bits/traits.h \
    1.20 +	lemon/bits/variant.h \
    1.21  	lemon/bits/vector_map.h
    1.22  
    1.23  concept_HEADERS += \