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

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

Changed filenames lib/random/Random.* to lib/random/random.*

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