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>2014-09-23 01:48:27 +0400
committerJohn Langford <jl@hunch.net>2014-09-23 01:48:27 +0400
commitdcd51fd8382389964949c2c2984440dfbd890192 (patch)
tree76921257c97a08ec0520c3d7661794d357d00bda /Makefile.am
parent8ad22bd04ac25454017b4e08470925dfd324a376 (diff)
update autogen dependencies
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 631a104f..974f3073 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,10 +51,11 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/rand48.h \
vowpalwabbit/reductions.h \
vowpalwabbit/scorer.h \
- vowpalwabbit/searn.h \
- vowpalwabbit/searn_sequencetask.h \
- vowpalwabbit/searn_entityrelationtask.h \
- vowpalwabbit/searn_multiclasstask.h \
+ vowpalwabbit/search.h \
+ vowpalwabbit/search_sequencetask.h \
+ vowpalwabbit/search_entityrelationtask.h \
+ vowpalwabbit/search_hooktask.h \
+ vowpalwabbit/search_multiclasstask.h \
vowpalwabbit/sender.h \
vowpalwabbit/stagewise_poly.h \
vowpalwabbit/topk.h \