diff -r f71b0f9a7c3a -r 4dbb6dd2dd4b lemon/Makefile.am --- a/lemon/Makefile.am Mon Oct 02 14:41:53 2006 +0000 +++ b/lemon/Makefile.am Mon Oct 02 16:11:00 2006 +0000 @@ -12,8 +12,8 @@ lemon/base.cc \ lemon/color.cc \ lemon/eps.cc \ - lemon/bits/mingw32_rand.cc \ - lemon/bits/mingw32_time.cc + lemon/bits/mingw32_time.cc \ + lemon/random.cc lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) @@ -86,6 +86,7 @@ lemon/prim.h \ lemon/radix_heap.h \ lemon/radix_sort.h \ + lemon/random.h \ lemon/refptr.h \ lemon/simann.h \ lemon/smart_graph.h \ @@ -112,7 +113,6 @@ lemon/bits/item_reader.h \ lemon/bits/item_writer.h \ lemon/bits/map_extender.h \ - lemon/bits/mingw32_rand.h \ lemon/bits/mingw32_time.h \ lemon/bits/traits.h \ lemon/bits/utility.h \