Revert "reduce symbol visibility in sw"
[LibreOffice.git] / filter / Library_odfflatxml.mk
blob176530035ddd6494009fe7e0b0f8570947b80f61
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,odfflatxml))
13 $(eval $(call gb_Library_set_componentfile,odfflatxml,filter/source/odfflatxml/odfflatxml,services))
15 $(eval $(call gb_Library_use_sdk_api,odfflatxml))
17 $(eval $(call gb_Library_set_include,odfflatxml,\
18 $$(INCLUDE) \
19 -I$(SRCDIR)/filter/inc \
22 $(eval $(call gb_Library_use_libraries,odfflatxml,\
23 xo \
24 tl \
25 ucbhelper \
26 comphelper \
27 cppuhelper \
28 cppu \
29 sal \
32 $(eval $(call gb_Library_add_exception_objects,odfflatxml,\
33 filter/source/odfflatxml/OdfFlatXml \
36 # vim: set noet sw=4 ts=4: