aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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