diff -r b71f8ff62046 -r e92071fadd3f lemon/Makefile.am --- a/lemon/Makefile.am Mon Apr 03 16:34:23 2006 +0000 +++ b/lemon/Makefile.am Mon Apr 03 19:47:37 2006 +0000 @@ -9,7 +9,10 @@ lp_base.cc \ lp_skeleton.cc \ base.cc \ - eps.cc + eps.cc \ + bits/mingw32_rand.cc \ + bits/mingw32_time.cc + libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) @@ -99,6 +102,8 @@ bits/item_writer.h \ bits/traits.h \ bits/utility.h \ + bits/mingw32_rand.h \ + bits/mingw32_time.h \ concept/bpugraph.h \ concept/graph.h \ concept/graph_component.h \