diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-10-08 10:00:18 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-10-08 11:36:37 +0100 |
commit | 60337134e492aca378aec5251339f1fa5ea49049 (patch) | |
tree | 5f85126d8061422cf2870dde21eb3f8144d850a2 /lingucomponent/Makefile | |
parent | 5fb5cf97998a92ad51940037115d23462587af67 (diff) |
re-base on ALv2 code. Includes:
linecap: Reintegrating finished LineCap feature
Patch contributed by Regina Henschel
http://svn.apache.org/viewvc?view=revision&revision=1232507
disable extended linecap API for now.
gnumake4 work primarily from Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1394326
misc. dead code cleanups
Patch contributed by Ariel Constenla-Haile
http://svn.apache.org/viewvc?view=revision&revision=1204995
http://svn.apache.org/viewvc?view=revision&revision=1207270
Diffstat (limited to 'lingucomponent/Makefile')
-rw-r--r-- | lingucomponent/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lingucomponent/Makefile b/lingucomponent/Makefile index ccb1c85a04da..0997e628485b 100644 --- a/lingucomponent/Makefile +++ b/lingucomponent/Makefile @@ -1,4 +1,11 @@ # -*- 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/. +# module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |