aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2015-10-30 17:10:15 +0000
committerRichard van der Hoff <richard@matrix.org>2015-10-30 17:10:15 +0000
commit2ed95f49507a2fa528df6eeacdf8954df473a75e (patch)
tree87a44f0a7ab85ebce37735d891b975b1f7272ffe /Makefile
parente354189a87d01942a0abe782583f0b30eb7f8839 (diff)
downloadpurple-matrix-2ed95f49507a2fa528df6eeacdf8954df473a75e.tar.gz
Refactor the statetable out to a separate file
Apart from generally being cleaner, we're going to want to use the statetable in isolation of rooms, to handle invites.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d1de63..9a6f9d0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,12 @@ DATA_ROOT_DIR_PURPLE = $(shell $(PKG_CONFIG) --variable=datarootdir purple)
# generate .d files when compiling
CPPFLAGS+=-MMD
-OBJECTS=libmatrix.o matrix-api.o matrix-connection.o matrix-json.o \
+OBJECTS=libmatrix.o matrix-api.o matrix-connection.o \
+ matrix-event.o \
+ matrix-json.o \
matrix-room.o \
matrix-roommembers.o \
+ matrix-statetable.o \
matrix-sync.o
TARGET=libmatrix.so