office-gobmx/scp2/InstallModule_xsltfilter.mk
Michael Stahl e0aaa830fc scp2: move xsltfilter packages to AutoInstall
Change-Id: I2ae844d43a875ea0b4eb9dd445e483a36a90f73d
2015-02-28 22:28:57 +01:00

24 lines
754 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_InstallModule_InstallModule,scp2/xsltfilter))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/xsltfilter,\
xsltfilter \
))
$(eval $(call gb_InstallModule_add_scpfiles,scp2/xsltfilter,\
scp2/source/xsltfilter/file_xsltfilter \
))
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/xsltfilter,\
scp2/source/xsltfilter/module_xsltfilter \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: