Fix typo
[LibreOffice.git] / net_ure / Package_net_nuget_config.mk
blobd796b9ea9d20d5e5202ce94f16c75ace26db65d0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 $(eval $(call gb_Package_Package,net_nuget_config,$(SRCDIR)/net_ure/source))
11 $(eval $(call gb_Package_add_files,net_nuget_config,$(SDKDIRNAME)/dotnet,nuget.config))
13 # vim: set noet sw=4 ts=4: