add fetch to dependencies of gbuildtojson / Rdb target
[LibreOffice.git] / eventattacher / Library_evtatt.mk
blob969c2b4b7106b4ea335d3b1bdac0063368b2401f
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,services))
16 $(eval $(call gb_Library_use_libraries,evtatt,\
17 comphelper \
18 cppuhelper \
19 cppu \
20 sal \
23 $(eval $(call gb_Library_add_exception_objects,evtatt,\
24 eventattacher/source/eventattacher \
27 $(eval $(call gb_Library_use_api,evtatt,\
28 udkapi \
31 # vim: set ts=4 sw=4 et: