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

Last change on this file since 562 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
Line 
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 = \
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.