summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-07 15:50:47 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-07 16:18:25 +0200
commit22c60cbbfbee2aaae9710af020e150a30a17a49e (patch)
tree68f144bd64dc20c377235a78aa81b39fc522d56a /config_host.mk.in
parent29598e43c4f1262314274d341532a0143255634b (diff)
add external for clucene
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 0e896d880794..6a2cfce27359 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -41,6 +41,8 @@ export CDR_CFLAGS=@CDR_CFLAGS@
export CDR_LIBS=@CDR_LIBS@
export CLASSPATH=@CLASSPATH@
export CL_X64=@CL_X64@
+export CLUCENE_CFLAGS=@CLUCENE_CFLAGS@
+export CLUCENE_LIBS=@CLUCENE_LIBS@
export COM=@COM@
export COM_GCC_IS_CLANG=@COM_GCC_IS_CLANG@
export COMEX=@COMEX@
@@ -448,6 +450,7 @@ export SYSTEM_APACHE_COMMONS=@SYSTEM_APACHE_COMMONS@
export SYSTEM_BOOST=@SYSTEM_BOOST@
export SYSTEM_BSH=@SYSTEM_BSH@
export SYSTEM_CAIRO=@SYSTEM_CAIRO@
+export SYSTEM_CLUCENE=@SYSTEM_CLUCENE@
export SYSTEM_CPPUNIT=@SYSTEM_CPPUNIT@
export SYSTEM_CURL=@SYSTEM_CURL@
export SYSTEM_DB=@SYSTEM_DB@