lok: Don't attempt to select the exact text after a failed search.
[LibreOffice.git] / libreofficekit / Library_libreofficekitgtk.mk
blobff800d0f1d9625eb5daa339dab70ed982709167b
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,libreofficekitgtk))
12 $(eval $(call gb_Library_use_sdk_api,libreofficekitgtk))
14 $(eval $(call gb_Library_use_externals,libreofficekitgtk,\
15 gtk \
18 $(eval $(call gb_Library_add_exception_objects,libreofficekitgtk,\
19 libreofficekit/source/gtk/lokdocview \
22 ifeq ($(OS),LINUX)
23 $(eval $(call gb_Library_add_libs,libreofficekitgtk,\
24 -ldl \
25 -lm \
27 endif
29 # vim: set noet sw=4 ts=4: