summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-24 16:56:49 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-24 18:28:00 +0200
commitd7a5df7e3dea928a2748d6eae9e7263cd23e76fd (patch)
tree4d25f589791104bb202c48012eda356e424bc831 /config_host.mk.in
parentdeaac6fffa883d5604a35eb0706c7526b87398cc (diff)
download clucene tarball only when it's going to be used
Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 13e8094a3da0..2653e31b756c 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -50,6 +50,7 @@ export CLASSPATH=@CLASSPATH@
export CL_X64=@CL_X64@
export CLUCENE_CFLAGS=@CLUCENE_CFLAGS@
export CLUCENE_LIBS=@CLUCENE_LIBS@
+export CLUCENE_TARBALL=@CLUCENE_TARBALL@
export COM=@COM@
export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
export COMEX=@COMEX@