diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-02 15:44:30 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-05 19:47:04 +0000 |
commit | 856c075e93683cec7cff02e0cf0d6ed31f937a98 (patch) | |
tree | 34c18b042583274e8c295cd0b7d590df0ff8015f /config_host.mk.in | |
parent | 7d3ddc2c6cc39fdd671f08059528464675cd6ecc (diff) |
convert libxslt to gbuild and add to tail_build
Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0
Reviewed-on: https://gerrit.libreoffice.org/1988
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 22f923d95001..f780655d36be 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -317,6 +317,7 @@ export LIBXML_JAR=@LIBXML_JAR@ export LIBXML_LIBS=$(gb_SPACE)@LIBXML_LIBS@ export LIBXSLT_CFLAGS=$(gb_SPACE)@LIBXSLT_CFLAGS@ export LIBXSLT_LIBS=$(gb_SPACE)@LIBXSLT_LIBS@ +export LIBXSLT_MAJOR=@LIBXSLT_MAJOR@ export LINK_X64_BINARY=@LINK_X64_BINARY@ @x_Cygwin@ export LS=@WIN_LS@ export MANDIR=@MANDIR@ |