Create the MatrixHTTPClient skeleton

This commit is contained in:
2016-01-22 11:36:40 +01:00
parent c56dee6c56
commit 66813be539
5 changed files with 166 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ INST_H_SRC_FILES = \
matrix-api.h \
matrix-http-api.h \
matrix-client.h \
matrix-http-client.h \
$(NULL)
INST_H_BUILT_FILES = \
@@ -29,6 +30,7 @@ libmatrix_glib_0_0_la_SOURCES = \
utils.c \
matrix-marshalers.c \
matrix-client.c \
matrix-http-client.c \
$(INST_H_SRC_FILES) \
$(INST_H_BUILT_FILES) \
$(NULL)