diff options
author | Aleksas Pantechovskis <alex.pantec@gmail.com> | 2016-06-22 19:02:29 +0300 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-06-23 15:39:52 +0000 |
commit | aaed6fe55a67ee3e92bedf9eed2e2f7c044be19d (patch) | |
tree | bf0161906efd08c45fb85c09a48514c807036e6e /config_host.mk.in | |
parent | 878a860dff10bd91491d6c9f2f4e2308bfe4f0b2 (diff) |
integrate libzmf
Change-Id: I0c7ea5b56ea4ed4839ff38798c0b915aaca81774
Reviewed-on: https://gerrit.libreoffice.org/26574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 620df66b67e0..04613e11492d 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -585,6 +585,7 @@ export SYSTEM_WPD=@SYSTEM_WPD@ export SYSTEM_WPG=@SYSTEM_WPG@ export SYSTEM_WPS=@SYSTEM_WPS@ export SYSTEM_ZLIB=@SYSTEM_ZLIB@ +export SYSTEM_ZMF=@SYSTEM_ZMF@ export TARFILE_LOCATION=@TARFILE_LOCATION@ export TDE_CFLAGS=$(gb_SPACE)@TDE_CFLAGS@ export TDE_LIBS=$(gb_SPACE)@TDE_LIBS@ @@ -655,6 +656,8 @@ export XRENDER_LIBS=$(gb_SPACE)@XRENDER_LIBS@ export XSLTPROC=@XSLTPROC@ export ZLIB_CFLAGS=$(gb_SPACE)@ZLIB_CFLAGS@ export ZLIB_LIBS=$(gb_SPACE)@ZLIB_LIBS@ +export ZMF_CFLAGS=$(gb_SPACE)@ZMF_CFLAGS@ +export ZMF_LIBS=$(gb_SPACE)@ZMF_LIBS@ # lang-related stuff include $(BUILDDIR)/config_$(gb_Side)_lang.mk |