lemon/Makefile.am
changeset 25 751cd8f9bb1c
parent 7 4d461e9867da
child 32 ad7f593399b0
child 65 bfbc57a51fbb
     1.1 --- a/lemon/Makefile.am	Thu Dec 20 15:59:06 2007 +0000
     1.2 +++ b/lemon/Makefile.am	Sat Dec 22 12:35:00 2007 +0000
     1.3 @@ -13,11 +13,14 @@
     1.4  lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
     1.5  
     1.6  lemon_HEADERS += \
     1.7 +        lemon/concept_check.h \
     1.8  	lemon/list_graph.h \
     1.9 +        lemon/maps.h \
    1.10          lemon/tolerance.h
    1.11  
    1.12  bits_HEADERS += \
    1.13          lemon/bits/invalid.h \
    1.14          lemon/bits/utility.h
    1.15  
    1.16 -concept_HEADERS +=
    1.17 +concept_HEADERS += \
    1.18 +        lemon/concepts/maps.h