source: trunk/lib/random/Makefile.am @ 374

Last change on this file since 374 was 374, checked in by Jari Häkkinen, 18 years ago

Added documentation.
Added missing Makefile.am.
Implemented seeding of the rng. Implemented seed acquring from /dev/urandom.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 260 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 374 2005-08-05 22:30:57Z jari $
4
5
6INCLUDES = @LOCAL_INCLUDES@
7
8noinst_LTLIBRARIES = librandom.la
9librandom_la_SOURCES = \
10  Random.cc
11
12include_randomdir = $(includedir)/c++_tools/random
13
14include_random_HEADERS = \
15  Random.h
Note: See TracBrowser for help on using the repository browser.