source: trunk/lib/Makefile.am @ 452

Last change on this file since 452 was 452, checked in by Peter, 18 years ago

it should compile now

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 377 bytes
Line 
1## Process this file with automake to produce Makefile.in
2##
3## $Id: Makefile.am 452 2005-12-15 21:32:37Z peter $
4
5
6
7INCLUDES = @local_includes@
8
9SUBDIRS = classifier gslapi random statistics utility
10
11lib_LTLIBRARIES = libc++_tools.la
12
13libc___tools_la_SOURCES =
14
15libc___tools_la_LIBADD = \
16  classifier/libclassifier.la \
17  gslapi/libgslapi.la \
18  random/librandom.la \
19  statistics/libstatistics.la \
20  utility/libutility.la
Note: See TracBrowser for help on using the repository browser.