From 9a1b2970ed83b7666957ca6d0394a75b5d0717fa Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Mon, 9 Jun 2014 11:33:25 +0100 Subject: Move liblibreoffice into LibreOfficeKit. Change-Id: Ib2754a77be470faaa6f9b27644a1d8dd082ed2b8 --- libreofficekit/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libreofficekit/Makefile (limited to 'libreofficekit/Makefile') diff --git a/libreofficekit/Makefile b/libreofficekit/Makefile new file mode 100644 index 000000000000..0997e628485b --- /dev/null +++ b/libreofficekit/Makefile @@ -0,0 +1,14 @@ +# -*- 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)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: -- cgit