Changeset 688


Ignore:
Timestamp:
Oct 17, 2006, 1:10:03 PM (17 years ago)
Author:
Peter
Message:

Refs #150 Initial check-in of microarray::DataSet? class. This implementation is not as generic as it should be, but is more of a starting point for further discussion and ...

Location:
trunk/yat
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/Makefile.am

    r682 r688  
    2424INCLUDES = @local_includes@
    2525
    26 SUBDIRS = classifier random regression statistics utility
     26SUBDIRS = classifier microarray random regression statistics utility
    2727
    2828lib_LTLIBRARIES = libyat.la
     
    3232libyat_la_LIBADD = \
    3333  classifier/libclassifier.la \
     34  microarray/libmicroarray.la \
    3435  random/librandom.la \
    3536  regression/libregression.la \
Note: See TracChangeset for help on using the changeset viewer.