* misc/random.cc, misc/random.hh: New files.

* src/misc/Makefile.am (misc_HEADERS, libmisc_la_SOURCES): Add them.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-12 16:27:39 +00:00
parent 67e133ae51
commit e54ddd46ed
4 changed files with 107 additions and 0 deletions

View file

@ -33,6 +33,7 @@ misc_HEADERS = \
hash.hh \
minato.hh \
modgray.hh \
random.hh \
version.hh
noinst_LTLIBRARIES = libmisc.la
@ -43,4 +44,5 @@ libmisc_la_SOURCES = \
freelist.cc \
minato.cc \
modgray.cc \
random.cc \
version.cc