From 11c72e49522b1af5fe4e2f1871545f8d3ff017d1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 6 May 2013 21:18:50 +0200 Subject: remove empty Module makefiles Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1 --- bluez_bluetooth/Makefile | 7 ------- bluez_bluetooth/Module_bluez_bluetooth.mk | 13 ------------- 2 files changed, 20 deletions(-) delete mode 100644 bluez_bluetooth/Makefile delete mode 100644 bluez_bluetooth/Module_bluez_bluetooth.mk (limited to 'bluez_bluetooth') diff --git a/bluez_bluetooth/Makefile b/bluez_bluetooth/Makefile deleted file mode 100644 index ccb1c85a04da..000000000000 --- a/bluez_bluetooth/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- - -module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - -include $(module_directory)/../solenv/gbuild/partial_build.mk - -# vim: set noet sw=4 ts=4: diff --git a/bluez_bluetooth/Module_bluez_bluetooth.mk b/bluez_bluetooth/Module_bluez_bluetooth.mk deleted file mode 100644 index 65d350c3219f..000000000000 --- a/bluez_bluetooth/Module_bluez_bluetooth.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -# -# 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/. -# -# - -$(eval $(call gb_Module_Module,bluez_bluetooth)) - -# vim: set noet sw=4 ts=4: -- cgit