lemon/Makefile.am
changeset 99 dbaa96cc1013
parent 98 c4582fc14f58
parent 67 9de02aa380de
child 100 4f754b4cf82b
     1.1 --- a/lemon/Makefile.am	Thu Jan 24 17:36:45 2008 +0000
     1.2 +++ b/lemon/Makefile.am	Thu Feb 07 21:28:39 2008 +0000
     1.3 @@ -15,11 +15,13 @@
     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/dim2.h \
     1.9 +	lemon/error.h \
    1.10 +	lemon/list_graph.h \
    1.11  	lemon/maps.h \
    1.12  	lemon/path.h \
    1.13          lemon/random.h \
    1.14 -	lemon/list_graph.h \
    1.15          lemon/tolerance.h
    1.16  
    1.17  bits_HEADERS += \