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_ExternalPackage_ExternalPackage
,libcmis_inc
,cmis
))
12 $(eval
$(call gb_ExternalPackage_add_unpacked_files
,libcmis_inc
,inc
/external
/libcmis
,\
13 src
/libcmis
/allowable-actions.hxx \
14 src
/libcmis
/document.hxx \
15 src
/libcmis
/exception.hxx \
16 src
/libcmis
/folder.hxx \
17 src
/libcmis
/object-type.hxx \
18 src
/libcmis
/object.hxx \
19 src
/libcmis
/property-type.hxx \
20 src
/libcmis
/property.hxx \
21 src
/libcmis
/repository.hxx \
22 src
/libcmis
/session-factory.hxx \
23 src
/libcmis
/session.hxx \
24 src
/libcmis
/xml-utils.hxx \
25 src
/libcmis
/xmlserializable.hxx \
28 # vim: set noet sw=4 ts=4: