diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-23 15:13:19 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-24 23:24:11 +0200 |
commit | 9ec8d331dc593c14beff4fc3939a71bf4825cfcc (patch) | |
tree | bab0a1159e6f22f1cbbfe4bf0625d2169a850e17 /toolkit/Package_util.mk | |
parent | 5b57402ac40470605fbb31ebccbc8da4a5506089 (diff) |
kill more unneeded stuff; rename uiconfig Packages
Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c
Diffstat (limited to 'toolkit/Package_util.mk')
-rw-r--r-- | toolkit/Package_util.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/toolkit/Package_util.mk b/toolkit/Package_util.mk deleted file mode 100644 index 03862ea88ce8..000000000000 --- a/toolkit/Package_util.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/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -$(eval $(call gb_Package_Package,toolkit_util,$(SRCDIR)/toolkit/util)) -$(eval $(call gb_Package_add_file,toolkit_util,xml/toolkit.xml,toolkit.xml)) - -# vim: set noet sw=4 ts=4: |