Changeset 1708 for trunk/yat/normalizer/Makefile.am
- Timestamp:
- Jan 13, 2009, 11:09:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/normalizer/Makefile.am
r1568 r1708 3 3 ## $Id$ 4 4 5 # Copyright (C) 2008 Peter Johansson 5 # Copyright (C) 2008 Jari Häkkinen, Peter Johansson 6 # Copyright (C) 2009 Jari Häkkinen 6 7 # 7 8 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 21 22 22 23 noinst_LTLIBRARIES = libnormalizer.la 23 libnormalizer_la_SOURCES = QuantileNormalizer.cc24 libnormalizer_la_SOURCES = qQuantileNormalizer.cc QuantileNormalizer.cc 24 25 25 26 include_normalizerdir = $(includedir)/yat/normalizer 26 27 27 28 include_normalizer_HEADERS = Centralizer.h ColumnNormalizer.h \ 28 CubicSplineNormalizer.h Gauss.h QuantileNormalizer.h RowNormalizer.h \29 Gauss.h qQuantileNormalizer.h QuantileNormalizer.h RowNormalizer.h \ 29 30 Spearman.h Zscore.h
Note: See TracChangeset
for help on using the changeset viewer.