tdf#124162: Crash when trying to accept changes
[LibreOffice.git] / ucb / Library_cached1.mk
blob4708f9fedf1f5aa22df987fe187fa8ce8a7f6209
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,cached1))
13 $(eval $(call gb_Library_set_componentfile,cached1,ucb/source/cacher/cached1))
15 $(eval $(call gb_Library_use_external,cached1,boost_headers))
17 $(eval $(call gb_Library_use_sdk_api,cached1))
19 $(eval $(call gb_Library_use_libraries,cached1,\
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 ucbhelper \
27 $(eval $(call gb_Library_add_exception_objects,cached1,\
28 ucb/source/cacher/cachedcontentresultset \
29 ucb/source/cacher/cachedcontentresultsetstub \
30 ucb/source/cacher/cacheddynamicresultset \
31 ucb/source/cacher/cacheddynamicresultsetstub \
32 ucb/source/cacher/cacheserv \
33 ucb/source/cacher/contentresultsetwrapper \
34 ucb/source/cacher/dynamicresultsetwrapper \
37 # vim: set noet sw=4 ts=4: