summaryrefslogtreecommitdiff
path: root/klm/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'klm/util/Makefile.am')
-rw-r--r--klm/util/Makefile.am25
1 files changed, 24 insertions, 1 deletions
diff --git a/klm/util/Makefile.am b/klm/util/Makefile.am
index a676bdb3..248cc844 100644
--- a/klm/util/Makefile.am
+++ b/klm/util/Makefile.am
@@ -19,6 +19,28 @@
noinst_LIBRARIES = libklm_util.a
libklm_util_a_SOURCES = \
+ bit_packing.hh \
+ ersatz_progress.hh \
+ exception.hh \
+ file.hh \
+ file_piece.hh \
+ getopt.hh \
+ have.hh \
+ joint_sort.hh \
+ mmap.hh \
+ murmur_hash.hh \
+ pcqueue.hh \
+ pool.hh \
+ probing_hash_table.hh \
+ proxy_iterator.hh \
+ read_compressed.hh \
+ scoped.hh \
+ sized_iterator.hh \
+ sorted_uniform.hh \
+ string_piece.hh \
+ thread_pool.hh \
+ tokenize_piece.hh \
+ usage.hh \
ersatz_progress.cc \
bit_packing.cc \
exception.cc \
@@ -28,7 +50,8 @@ libklm_util_a_SOURCES = \
murmur_hash.cc \
pool.cc \
read_compressed.cc \
+ scoped.cc \
string_piece.cc \
usage.cc
-AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(GTEST_CPPFLAGS) -I..
+AM_CPPFLAGS = -W -Wall -I$(top_srcdir)/klm -I$(top_srcdir)/klm/util/double-conversion