null+****@clear*****
null+****@clear*****
2011年 1月 24日 (月) 23:07:10 JST
Kouhei Sutou 2011-01-24 14:07:10 +0000 (Mon, 24 Jan 2011)
New Revision: 0dc43442463cdc5cf70dc1bcfb4b0be6eb2b022a
Log:
always install groonga-suggest-create-dataset.
Modified files:
src/suggest/Makefile.am
Modified: src/suggest/Makefile.am (+5 -3)
===================================================================
--- src/suggest/Makefile.am 2011-01-24 02:50:49 +0000 (2e456b2)
+++ src/suggest/Makefile.am 2011-01-24 14:07:10 +0000 (b75407d)
@@ -1,8 +1,10 @@
-if ENABLE_SUGGEST_LEARNER
bin_PROGRAMS = \
- groonga-suggest-learner \
- groonga-suggest-httpd \
groonga-suggest-create-dataset
+
+if ENABLE_SUGGEST_LEARNER
+bin_PROGRAMS += \
+ groonga-suggest-learner \
+ groonga-suggest-httpd
noinst_LTLIBRARIES = libutil.la
endif