crashtesting: SdrMediaObj destroyed before ctor completes
[LibreOffice.git] / onlineupdate / StaticLibrary_updatehelper.mk
blob1c3654cbc864f6be6a8c7d4fc56fb9dac6b50e5a
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/.
10 $(eval $(call gb_StaticLibrary_StaticLibrary,updatehelper))
12 $(eval $(call gb_StaticLibrary_set_include,updatehelper,\
13 -I$(SRCDIR)/onlineupdate/inc/ \
14 -I$(SRCDIR)/onlineupdate/source/update/common \
15 $$(INCLUDE) \
18 $(eval $(call gb_StaticLibrary_add_defs,updatehelper,\
19 -DNSS3 \
20 -DVERIFY_MAR_SIGNATURE \
23 $(eval $(call gb_StaticLibrary_add_exception_objects,updatehelper,\
24 onlineupdate/source/update/common/pathhash \
25 onlineupdate/source/update/common/readstrings \
26 onlineupdate/source/update/common/uachelper \
27 onlineupdate/source/update/common/updatehelper \
28 onlineupdate/source/update/common/updatelogging \
31 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */