tdf#138907 sw TitlePageDlg: Goto correct (existing) page
[LibreOffice.git] / desktop / Library_active_native.mk
blobef4815f1e9478e48b9004dc5cd7f372fa8d2ea36
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_Library_Library,active_native))
12 $(eval $(call gb_Library_add_exception_objects,active_native, \
13 desktop/test/deployment/active/active_native \
16 $(eval $(call gb_Library_set_external_code,active_native))
18 $(eval $(call gb_Library_use_externals,active_native, \
19 boost_headers \
22 $(eval $(call gb_Library_use_libraries,active_native, \
23 cppu \
24 cppuhelper \
25 sal \
28 $(eval $(call gb_Library_use_sdk_api,active_native))
30 # vim: set noet sw=4 ts=4: