Bump version to 5.0-14
[LibreOffice.git] / eventattacher / Library_evtatt.mk
blobeff84dfd4a29cb40a41af2f1dc0fc6474432f81e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 $(eval $(call gb_Library_Library,evtatt))
14 $(eval $(call gb_Library_set_componentfile,evtatt,eventattacher/source/evtatt))
16 $(eval $(call gb_Library_use_libraries,evtatt,\
17 comphelper \
18 cppuhelper \
19 cppu \
20 sal \
21 $(gb_UWINAPI) \
24 $(eval $(call gb_Library_add_exception_objects,evtatt,\
25 eventattacher/source/eventattacher \
28 $(eval $(call gb_Library_use_api,evtatt,\
29 udkapi \
32 # vim: set ts=4 sw=4 et: