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:
authorVladimir Vladimirov <vladimir.vladimirov@magnetic.com>2014-09-04 22:43:06 +0400
committerVladimir Vladimirov <vladimir.vladimirov@magnetic.com>2014-09-04 22:58:57 +0400
commit169fdef4c08471e020e400e2229d961d3d17303e (patch)
tree8339e9c9900c0fea39b1795c6e7825cd16c678f2 /Makefile.am
parent552eb43c7c07cd090bac60d7b6f854ed6bfa5679 (diff)
libvw_c_wrapper.so and example how to use it from C program
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1efca58..9298a19b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,8 @@ nobase_include_HEADERS = vowpalwabbit/allreduce.h \
vowpalwabbit/parser.h \
vowpalwabbit/simple_label.h \
vowpalwabbit/v_array.h \
- vowpalwabbit/vw.h
+ vowpalwabbit/vw.h \
+ vowpalwabbit/vwdll2.h
noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/autolink.h \