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:
authorJohn Langford <jl@hunch.net>2013-02-07 19:59:56 +0400
committerJohn Langford <jl@hunch.net>2013-02-07 19:59:56 +0400
commitd9890f6b24166923acb9c8fa40ac814e18f9cc12 (patch)
tree6d26a0855b62813e9488212bd0dd97f76f96b901 /Makefile.am
parent8184bd58b081a84d0c40ebd1b07a5cd51e8c516c (diff)
rename io io_buf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e64649a..286fc8e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h vowpalwabbit/oaa.h \
vowpalwabbit/sender.h vowpalwabbit/gd.h vowpalwabbit/gd_mf.h \
vowpalwabbit/simple_label.h vowpalwabbit/global_data.h \
vowpalwabbit/sparse_dense.h vowpalwabbit/hash.h \
- vowpalwabbit/unique_sort.h vowpalwabbit/io.h \
+ vowpalwabbit/unique_sort.h vowpalwabbit/io_buf.h \
vowpalwabbit/v_array.h vowpalwabbit/lda_core.h \
vowpalwabbit/v_hashmap.h vowpalwabbit/loss_functions.h \
vowpalwabbit/network.h vowpalwabbit/wap.h vowpalwabbit/noop.h \