Changeset 1497 for trunk/yat/Makefile.am


Ignore:
Timestamp:
Sep 12, 2008, 8:30:41 PM (15 years ago)
Author:
Peter
Message:

changing name to normalizer - closes #416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/Makefile.am

    r1487 r1497  
    2222# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2323
    24 SUBDIRS = classifier normalization random regression statistics utility
     24SUBDIRS = classifier normalizer random regression statistics utility
    2525
    2626lib_LTLIBRARIES = libyat.la
     
    3535libyat_la_LIBADD = \
    3636  classifier/libclassifier.la \
    37   normalization/libnormalization.la \
     37  normalizer/libnormalizer.la \
    3838  random/librandom.la \
    3939  regression/libregression.la \
Note: See TracChangeset for help on using the changeset viewer.