source: trunk/lib/Makefile.am @ 334

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

Fixed compiler issues when using option -pedantic.

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