From 18bd1e7364428cdb359762158c685223a82de99d Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Thu, 27 Dec 2012 18:04:21 -0500 Subject: convert redland to gbuild and add to tail_build Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f Reviewed-on: https://gerrit.libreoffice.org/1493 Reviewed-by: Peter Foley Tested-by: Peter Foley --- config_host.mk.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 1cd888e8d1d4..08f6a855e9d2 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -467,6 +467,9 @@ export PYTHON_VERSION=@PYTHON_VERSION@ export RANLIB=@RANLIB@ export REDLAND_CFLAGS=$(gb_SPACE)@REDLAND_CFLAGS@ export REDLAND_LIBS=$(gb_SPACE)@REDLAND_LIBS@ +export RAPTOR_MAJOR=@RAPTOR_MAJOR@ +export RASQAL_MAJOR=@RASQAL_MAJOR@ +export REDLAND_MAJOR=@REDLAND_MAJOR@ export RHINO_JAR=@RHINO_JAR@ export RPM=@RPM@ export RTL_OS=@RTL_OS@ -- cgit