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 /Makefile.fetch | |
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 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 3884f7f50200..e78ad9836f91 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -209,6 +209,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,WPS,WPS_TARBALL) \ $(call fetch_Optional,XSLTML,XSLTML_TARBALL) \ $(call fetch_Optional,ZLIB,ZLIB_TARBALL) \ + $(call fetch_Optional,ZMF,ZMF_TARBALL) \ ,$(call fetch_Download_item,http://dev-www.libreoffice.org/src,$(item))) $(foreach item, \ $(call fetch_Optional,DBGHELP,DBGHELP_DLL) \ |