diff options
author | Dr. David Alan Gilbert <dave@treblig.org> | 2017-02-05 19:06:00 +0000 |
---|---|---|
committer | Dr. David Alan Gilbert <dave@treblig.org> | 2018-02-25 02:08:49 +0000 |
commit | 22274a84c0255cc39134bd06896d3518a66a38d4 (patch) | |
tree | 0d997c65c326c391a19d0ad49bafce96dadcbb68 /Makefile.common | |
parent | da5db06e8e057fb4f4e235f0d5322296fc44d953 (diff) | |
download | purple-matrix-22274a84c0255cc39134bd06896d3518a66a38d4.tar.gz |
e2e: Create MatrixE2EData type and matrix-e2e.[ch] files
Somewhere for the e2e magic to happen.
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index d31f2d8..219f74f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -13,6 +13,7 @@ CFLAGS+=-DMATRIX_NO_E2E endif OBJECTS = libmatrix.o matrix-api.o matrix-connection.o \ + matrix-e2e.o \ matrix-event.o \ matrix-json.o \ matrix-room.o \ |