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
|
Rev | Line | |
---|
[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 | |
---|
| 6 | INCLUDES = @LOCAL_INCLUDES@ |
---|
| 7 | |
---|
| 8 | noinst_LTLIBRARIES = librandom.la |
---|
| 9 | librandom_la_SOURCES = \ |
---|
[375] | 10 | random.cc |
---|
[374] | 11 | |
---|
| 12 | include_randomdir = $(includedir)/c++_tools/random |
---|
| 13 | |
---|
| 14 | include_random_HEADERS = \ |
---|
[375] | 15 | random.h |
---|
Note: See
TracBrowser
for help on using the repository browser.