lemon/Makefile.am
changeset 2035 e92071fadd3f
parent 2034 b71f8ff62046
child 2038 33db14058543
     1.1 --- a/lemon/Makefile.am	Mon Apr 03 16:34:23 2006 +0000
     1.2 +++ b/lemon/Makefile.am	Mon Apr 03 19:47:37 2006 +0000
     1.3 @@ -9,7 +9,10 @@
     1.4  	lp_base.cc \
     1.5  	lp_skeleton.cc \
     1.6  	base.cc \
     1.7 -	eps.cc 
     1.8 +	eps.cc \
     1.9 +	bits/mingw32_rand.cc \
    1.10 +	bits/mingw32_time.cc
    1.11 +
    1.12  libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.13  libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
    1.14  
    1.15 @@ -99,6 +102,8 @@
    1.16  	bits/item_writer.h \
    1.17  	bits/traits.h \
    1.18  	bits/utility.h \
    1.19 +	bits/mingw32_rand.h \
    1.20 +	bits/mingw32_time.h \
    1.21  	concept/bpugraph.h \
    1.22  	concept/graph.h \
    1.23  	concept/graph_component.h \