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:
authorKai-Wei Chang <kchang10.uiuc@gmail.com>2014-10-09 07:07:55 +0400
committerKai-Wei Chang <kchang10.uiuc@gmail.com>2014-10-09 07:07:55 +0400
commit885ded463cf7c7e48acba1dbf0aa8260bde578b9 (patch)
tree79625819684fdc04f32af954a4aaf0533789a887 /Makefile.am
parent74c0caf352f93a0662a321ed93126c0ce24c6dc3 (diff)
revert the change on Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 447cfdfa..8de1e174 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,12 +51,12 @@ 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/searn_dep_parser.h \
+ vowpalwabbit/search.h \
+ vowpalwabbit/search_sequencetask.h \
+ vowpalwabbit/search_entityrelationtask.h \
vowpalwabbit/search_hooktask.h \
+ vowpalwabbit/search_multiclasstask.h \
+ vowpalwabbit/search_dep_parser.h \
vowpalwabbit/sender.h \
vowpalwabbit/stagewise_poly.h \
vowpalwabbit/topk.h \