summaryrefslogtreecommitdiff
path: root/onlineupdate/Library_mar.mk
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/Library_mar.mk')
-rw-r--r--onlineupdate/Library_mar.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/onlineupdate/Library_mar.mk b/onlineupdate/Library_mar.mk
deleted file mode 100644
index e0d8e45af4d2..000000000000
--- a/onlineupdate/Library_mar.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- 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/.
-#
-
-$(eval $(call gb_Library_Library,mar))
-
-$(eval $(call gb_Library_use_externals,mar,\
- nss3 \
-))
-
-$(eval $(call gb_Library_cobjects,mar,\
- onlineupdate/source/libmar/src/mar_create \
- onlineupdate/source/libmar/src/mar_extract \
- onlineupdate/source/libmar/src/mar_read \
-))
-
-# vim:set shiftwidth=4 tabstop=4 noexpandtab: */