| Takeshi Abe | 541761d | 2014-04-28 23:33:04 +0900 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 2 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 3 | # This file is part of the LibreOffice project. |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 4 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 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/. |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 8 | # |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 9 | |
| Julien Nabet | 687a821 | 2013-04-19 00:15:12 +0200 | [diff] [blame] | 10 | $(eval $(call gb_Package_Package,scripting_scriptbindinglib,$(SRCDIR)/scripting/workben/bindings)) |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 11 | |
| Tor Lillqvist | 058a3d1 | 2013-08-18 18:45:45 +0200 | [diff] [blame] | 12 | $(eval $(call gb_Package_add_files,scripting_scriptbindinglib,$(LIBO_SHARE_FOLDER)/basic/ScriptBindingLibrary,\ |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 13 | Highlight.xdl \ |
| 14 | dialog.xlb \ |
| 15 | script.xlb \ |
| 16 | )) |
| 17 | |
| 18 | # vim: set noet sw=4 ts=4: |