fix harfbuzz build
[LibreOffice.git] / sdext / Executable_xpdfimport.mk
blob39f4228616afccc5d61304b819eacf7ab7c44b25
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Executable_Executable,xpdfimport))
12 $(eval $(call gb_Executable_use_externals,xpdfimport,\
13 boost_headers \
14 poppler \
15 zlib \
18 $(eval $(call gb_Executable_add_exception_objects,xpdfimport,\
19 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl \
20 sdext/source/pdfimport/xpdfwrapper/pnghelper \
21 sdext/source/pdfimport/xpdfwrapper/wrapper_gpl \
24 # vim:set noet sw=4 ts=4: