lemon/Makefile.am
changeset 1835 eb6c34c76501
parent 1833 6d107b0b6b46
child 1842 8abf74160dc4
     1.1 --- a/lemon/Makefile.am	Mon Nov 28 11:14:59 2005 +0000
     1.2 +++ b/lemon/Makefile.am	Tue Nov 29 08:40:03 2005 +0000
     1.3 @@ -7,7 +7,8 @@
     1.4  
     1.5  libemon_la_SOURCES = \
     1.6  	lp_base.cc \
     1.7 -	lp_skeleton.cc
     1.8 +	lp_skeleton.cc \
     1.9 +	base.cc 
    1.10  libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.11  libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
    1.12  
    1.13 @@ -70,6 +71,7 @@
    1.14  	lemon_writer.h \
    1.15  	graph_reader.h \
    1.16  	graph_writer.h \
    1.17 +	tolerance.h \
    1.18  	bits/alteration_notifier.h \
    1.19  	bits/array_map.h \
    1.20  	bits/default_map.h \