blob: 93b139b9cf3ee5f88c89c58b27a9c4535ef63cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
libcmisdir = $(includedir)/libcmis-@LIBCMIS_API_VERSION@/libcmis
dist_libcmis_HEADERS = \
allowable-actions.hxx \
document.hxx \
exception.hxx \
folder.hxx \
libcmis-api.h \
libcmis.hxx \
oauth2-data.hxx \
object-type.hxx \
object.hxx \
property-type.hxx \
property.hxx \
rendition.hxx \
repository.hxx \
session-factory.hxx \
session.hxx \
xml-utils.hxx \
xmlserializable.hxx
|