Typo: elemet->element
[LibreOffice.git] / tubes / Executable_liboapprover.mk
blob57d7850991808877d44bc4290dfbc185d86a9f80
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_Executable_Executable,liboapprover))
12 $(eval $(call gb_Executable_use_externals,liboapprover,\
13 gtk \
14 telepathy \
17 $(eval $(call gb_Executable_add_cobjects,liboapprover,\
18 tubes/source/approver \
21 # vim: set ts=4 sw=4 et: