Fix curl proxy access for non-authenticated proxy
[LibreOffice.git] / connectivity / CppunitTest_connectivity_sharedresources.mk
blobf9f8172c6fce3805e53b30ff65bda1b6ed07ff1e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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_CppunitTest_CppunitTest,connectivity_sharedresources))
12 $(eval $(call gb_CppunitTest_set_include,connectivity_sharedresources,\
13 -I$(SRCDIR)/connectivity/inc \
14 -I$(SRCDIR)/connectivity/source/inc \
15 $$(INCLUDE) \
18 $(eval $(call gb_CppunitTest_use_external,connectivity_sharedresources,boost_headers))
20 $(eval $(call gb_CppunitTest_use_ure,connectivity_sharedresources))
21 $(eval $(call gb_CppunitTest_use_vcl,connectivity_sharedresources))
23 $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_sharedresources))
25 $(eval $(call gb_CppunitTest_add_exception_objects,connectivity_sharedresources, \
26 connectivity/qa/connectivity/resource/sharedresources_test \
29 $(eval $(call gb_CppunitTest_use_libraries,connectivity_sharedresources, \
30 dbtools \
31 sal \
32 test \
33 utl \
34 unotest \
37 $(eval $(call gb_CppunitTest_use_components,connectivity_sharedresources,\
38 configmgr/source/configmgr \
39 i18npool/util/i18npool \
42 $(eval $(call gb_CppunitTest_use_configuration,connectivity_sharedresources))
44 # vim: set noet sw=4 ts=4: