From dbaa34c5dbc9ff615c6a57056cd2663ede8caede Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Tue, 22 Jan 2013 16:07:24 -0500 Subject: convert crashrep to gbuild and add to tail_build Change-Id: I90cf6c2c5fb806855b7e4fec18c890f7bd2ff6b5 --- crashrep/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crashrep/Makefile (limited to 'crashrep/Makefile') diff --git a/crashrep/Makefile b/crashrep/Makefile new file mode 100644 index 000000000000..0997e628485b --- /dev/null +++ b/crashrep/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 v1.2.3