Fix curl proxy access for non-authenticated proxy
[LibreOffice.git] / connectivity / Library_evoab.mk
blob28327f060bcf6de0112c53034811001833963a61
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/.
11 $(eval $(call gb_Library_Library,evoab))
13 $(eval $(call gb_Library_set_include,evoab,\
14 -I$(SRCDIR)/connectivity/inc \
15 -I$(SRCDIR)/connectivity/source/inc \
16 $$(INCLUDE) \
17 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
20 $(eval $(call gb_Library_use_externals,evoab,\
21 boost_headers \
22 gobject \
25 $(eval $(call gb_Library_set_componentfile,evoab,connectivity/source/drivers/evoab2/evoab))
27 $(eval $(call gb_Library_use_sdk_api,evoab))
29 $(eval $(call gb_Library_use_libraries,evoab,\
30 comphelper \
31 cppu \
32 cppuhelper \
33 svl \
34 tl \
35 utl \
36 ucbhelper \
37 sal \
38 salhelper \
39 dbtools \
40 file \
43 $(eval $(call gb_Library_add_exception_objects,evoab,\
44 connectivity/source/drivers/evoab2/NDriver \
45 connectivity/source/drivers/evoab2/NTable \
46 connectivity/source/drivers/evoab2/NColumns \
47 connectivity/source/drivers/evoab2/NTables \
48 connectivity/source/drivers/evoab2/NCatalog \
49 connectivity/source/drivers/evoab2/NConnection \
50 connectivity/source/drivers/evoab2/NDatabaseMetaData \
51 connectivity/source/drivers/evoab2/NStatement \
52 connectivity/source/drivers/evoab2/NPreparedStatement \
53 connectivity/source/drivers/evoab2/NResultSet \
54 connectivity/source/drivers/evoab2/NResultSetMetaData \
55 connectivity/source/drivers/evoab2/EApi \
58 # vim: set noet sw=4 ts=4: