Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index abb79bb2..1e03e0cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,14 @@ nobase_include_HEADERS = vowpalwabbit/allreduce.h \
vowpalwabbit/simple_label.h \
vowpalwabbit/v_array.h \
vowpalwabbit/vw.h \
- vowpalwabbit/vwdll.h
+ vowpalwabbit/vwdll.h \
+ vowpalwabbit/label_parser.h \
+ vowpalwabbit/multiclass.h \
+ vowpalwabbit/cost_sensitive.h \
+ vowpalwabbit/cb.h \
+ vowpalwabbit/v_hashmap.h \
+ vowpalwabbit/memory.h \
+ vowpalwabbit/ezexample.h
noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/autolink.h \