blob: 54ecbb2ccd2d8b18e4ca60ab9492f71a30efb84b [file] [log] [blame]
Takeshi Abe541761d2014-04-28 23:33:04 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Matúš Kukan3250c792011-09-19 11:01:15 +02002#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01003# This file is part of the LibreOffice project.
Matúš Kukan3250c792011-09-19 11:01:15 +02004#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01005# 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/.
Matúš Kukan3250c792011-09-19 11:01:15 +02008#
Matúš Kukan3250c792011-09-19 11:01:15 +02009
Julien Nabet687a8212013-04-19 00:15:12 +020010$(eval $(call gb_Package_Package,scripting_scriptbindinglib,$(SRCDIR)/scripting/workben/bindings))
Matúš Kukan3250c792011-09-19 11:01:15 +020011
Tor Lillqvist058a3d12013-08-18 18:45:45 +020012$(eval $(call gb_Package_add_files,scripting_scriptbindinglib,$(LIBO_SHARE_FOLDER)/basic/ScriptBindingLibrary,\
Matúš Kukan3250c792011-09-19 11:01:15 +020013 Highlight.xdl \
14 dialog.xlb \
15 script.xlb \
16))
17
18# vim: set noet sw=4 ts=4: