blob: eefbde24d2727d7481d9197669790e92d1b8d0c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
libcmis_cdir = $(includedir)/libcmis-c-@LIBCMIS_API_VERSION@/libcmis-c
dist_libcmis_c_HEADERS = \
allowable-actions.h \
document.h \
error.h \
folder.h \
libcmis-c-api.h \
libcmis-c.h \
oauth2-data.h \
object-type.h \
object.h \
property-type.h \
property.h \
rendition.h \
repository.h \
session-factory.h \
session.h \
types.h \
vectors.h
|