Port MatrixProfile to C

This commit is contained in:
2017-11-03 14:57:19 +01:00
parent bd06d8d14a
commit 41295e4b33
6 changed files with 378 additions and 67 deletions

View File

@@ -58,7 +58,6 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
matrix-message-audio.vala \
matrix-message-video.vala \
matrix-message-location.vala \
matrix-profile.vala \
matrix-room.vala \
$(NULL)
@@ -115,6 +114,7 @@ bin_PROGRAMS = test-api-client test-client
INST_H_SRC_FILES = \
matrix-types.h \
utils.h \
matrix-profile.h \
$(NULL)
INST_H_BUILT_FILES = \
@@ -134,6 +134,7 @@ libmatrix_glib_0_0_la_SOURCES = \
matrix-event-types.c \
matrix-version.c \
matrix-types.c \
matrix-profile.c \
utils.c \
matrix-enumtypes.c \
$(INST_H_SRC_FILES) \