lemon/Makefile.am
changeset 2229 4dbb6dd2dd4b
parent 2218 50f1a780a5ff
child 2260 4274224f8a7d
     1.1 --- a/lemon/Makefile.am	Mon Oct 02 14:41:53 2006 +0000
     1.2 +++ b/lemon/Makefile.am	Mon Oct 02 16:11:00 2006 +0000
     1.3 @@ -12,8 +12,8 @@
     1.4  	lemon/base.cc \
     1.5  	lemon/color.cc \
     1.6  	lemon/eps.cc \
     1.7 -	lemon/bits/mingw32_rand.cc \
     1.8 -	lemon/bits/mingw32_time.cc
     1.9 +	lemon/bits/mingw32_time.cc \
    1.10 +	lemon/random.cc
    1.11  
    1.12  lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.13  lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
    1.14 @@ -86,6 +86,7 @@
    1.15  	lemon/prim.h \
    1.16  	lemon/radix_heap.h \
    1.17  	lemon/radix_sort.h \
    1.18 +	lemon/random.h \
    1.19  	lemon/refptr.h \
    1.20  	lemon/simann.h \
    1.21  	lemon/smart_graph.h \
    1.22 @@ -112,7 +113,6 @@
    1.23  	lemon/bits/item_reader.h \
    1.24  	lemon/bits/item_writer.h \
    1.25  	lemon/bits/map_extender.h \
    1.26 -	lemon/bits/mingw32_rand.h \
    1.27  	lemon/bits/mingw32_time.h \
    1.28  	lemon/bits/traits.h \
    1.29  	lemon/bits/utility.h \