Changeset 3454
- Timestamp:
- Dec 9, 2015, 9:29:30 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r3448 r3454 52 52 test/codon.test test/commandline.test \ 53 53 test/concept.test \ 54 test/consensus_inputranker.test test/data_lookup_1d.test \ 54 test/consensus_inputranker.test \ 55 test/copy_k_of_n.test \ 56 test/data_lookup_1d.test \ 55 57 test/data_weight.test test/data_weight_proxy.test \ 56 58 test/deleter.test \ -
trunk/yat/random/Makefile.am
r2932 r3454 3 3 # Copyright (C) 2005, 2006 Jari Häkkinen 4 4 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 5 # Copyright (C) 2009, 2010, 2012 Peter Johansson5 # Copyright (C) 2009, 2010, 2012, 2015 Peter Johansson 6 6 # 7 7 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 22 22 yat_libyat_la_SOURCES += yat/random/random.cc 23 23 24 nobase_include_HEADERS += $(srcdir)/yat/random/copy_k_of_n.h 24 25 nobase_include_HEADERS += $(srcdir)/yat/random/random.h
Note: See TracChangeset
for help on using the changeset viewer.