diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2013-07-02 12:20:00 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2013-07-02 12:20:00 +0200 |
commit | adec182c6d6ed7667cd5a9d150774469b4c73fd5 (patch) | |
tree | 31a7c6226ce5aa7ef07e67e78a9ad7b69fc10d9d /klm/util/Makefile.am | |
parent | b7ce1921924770754fd59d23118d89d8c34800c8 (diff) | |
parent | 25744f76788861086a547acee112dc6b58bd35b2 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'klm/util/Makefile.am')
-rw-r--r-- | klm/util/Makefile.am | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/klm/util/Makefile.am b/klm/util/Makefile.am index 7f873e96..5e650af7 100644 --- a/klm/util/Makefile.am +++ b/klm/util/Makefile.am @@ -19,40 +19,42 @@ noinst_LIBRARIES = libklm_util.a libklm_util_a_SOURCES = \ + bit_packing.cc \ bit_packing.hh \ + ersatz_progress.cc \ ersatz_progress.hh \ + exception.cc \ exception.hh \ + fake_ofstream.hh \ + file.cc \ file.hh \ + file_piece.cc \ file_piece.hh \ getopt.hh \ have.hh \ joint_sort.hh \ + mmap.cc \ mmap.hh \ + multi_intersection.hh \ + murmur_hash.cc \ murmur_hash.hh \ pcqueue.hh \ + pool.cc \ pool.hh \ probing_hash_table.hh \ proxy_iterator.hh \ + read_compressed.cc \ read_compressed.hh \ + scoped.cc \ scoped.hh \ sized_iterator.hh \ sorted_uniform.hh \ + string_piece.cc \ string_piece.hh \ string_piece_hash.hh \ thread_pool.hh \ tokenize_piece.hh \ - usage.hh \ - ersatz_progress.cc \ - bit_packing.cc \ - exception.cc \ - file.cc \ - file_piece.cc \ - mmap.cc \ - murmur_hash.cc \ - pool.cc \ - read_compressed.cc \ - scoped.cc \ - string_piece.cc \ - usage.cc + usage.cc \ + usage.hh AM_CPPFLAGS = -W -Wall -I$(top_srcdir)/klm -I$(top_srcdir)/klm/util/double-conversion |