Last change
on this file since 616 was
616,
checked in by Jari Häkkinen, 17 years ago
|
Removed gslapi namespace and put the code into utility namespace.
Move #ifndef _header_ idiom to top of touched header files.
Removed unneccesary #includes, and added needed #includes.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
346 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 616 2006-08-31 08:52:02Z jari $ |
---|
4 | |
---|
5 | |
---|
6 | INCLUDES = @local_includes@ |
---|
7 | |
---|
8 | SUBDIRS = classifier random statistics utility |
---|
9 | |
---|
10 | lib_LTLIBRARIES = libc++_tools.la |
---|
11 | |
---|
12 | libc___tools_la_SOURCES = |
---|
13 | |
---|
14 | libc___tools_la_LIBADD = \ |
---|
15 | classifier/libclassifier.la \ |
---|
16 | random/librandom.la \ |
---|
17 | statistics/libstatistics.la \ |
---|
18 | utility/libutility.la |
---|
Note: See
TracBrowser
for help on using the repository browser.