lemon/Makefile.am
changeset 7 4d461e9867da
parent 2 1a1c050e941b
child 8 a1b1d672f37a
child 25 751cd8f9bb1c
     1.1 --- a/lemon/Makefile.am	Wed Dec 19 11:33:49 2007 +0000
     1.2 +++ b/lemon/Makefile.am	Thu Dec 20 15:59:06 2007 +0000
     1.3 @@ -6,14 +6,18 @@
     1.4  
     1.5  lib_LTLIBRARIES += lemon/libemon.la
     1.6  
     1.7 -lemon_libemon_la_SOURCES =
     1.8 +lemon_libemon_la_SOURCES = \
     1.9 +        lemon/base.cc
    1.10  
    1.11  lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    1.12  lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    1.13  
    1.14  lemon_HEADERS += \
    1.15 -	lemon/list_graph.h
    1.16 +	lemon/list_graph.h \
    1.17 +        lemon/tolerance.h
    1.18  
    1.19 -bits_HEADERS +=
    1.20 +bits_HEADERS += \
    1.21 +        lemon/bits/invalid.h \
    1.22 +        lemon/bits/utility.h
    1.23  
    1.24  concept_HEADERS +=