Changeset 1106
- Timestamp:
- Feb 19, 2008, 5:28:42 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1054 r1106 43 43 check_PROGRAMS = $(TESTS) 44 44 45 TESTS += index_test 46 45 47 LDADD = @top_builddir@/$(YAT_LIB_LOCATION)/$(YAT_LIB) 46 48 … … 56 58 feature_selection_test_SOURCES = feature_selection_test.cc 57 59 fileutil_test_SOURCES = fileutil_test.cc 60 index_test_SOURCES = index_test.cc 58 61 inputranker_test_SOURCES = inputranker_test.cc 59 62 iterator_test_SOURCES = iterator_test.cc -
trunk/yat/utility/Makefile.am
r1088 r1106 26 26 noinst_LTLIBRARIES = libutility.la 27 27 libutility_la_SOURCES = \ 28 Alignment.cc ColumnStream.cc CommandLine.cc FileUtil.cc kNNI.cc \28 Alignment.cc ColumnStream.cc CommandLine.cc FileUtil.cc Index.cc kNNI.cc \ 29 29 matrix.cc NNI.cc Option.cc OptionFile.cc OptionInFile.cc OptionOutFile.cc \ 30 30 OptionHelp.cc OptionSwitch.cc \ … … 36 36 include_utility_HEADERS = \ 37 37 Alignment.h ColumnStream.h CommandLine.h \ 38 Exception.h FileUtil.h I terator.h IteratorPolicy.h iterator_traits.h \38 Exception.h FileUtil.h Index.h Iterator.h IteratorPolicy.h iterator_traits.h \ 39 39 kNNI.h matrix.h NNI.h \ 40 40 Option.h OptionArg.h OptionFile.h OptionInFile.h OptionOutFile.h \
Note: See TracChangeset
for help on using the changeset viewer.