aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2017-02-26 03:22:39 +0000
committerDr. David Alan Gilbert <dave@treblig.org>2018-02-25 02:08:49 +0000
commitf62859089b7c62fafe99c1b73e0aa6d69046b2bd (patch)
tree16f4f36649506a0b04d15584fcf2ad3e576c06e5 /Makefile
parent6f6c9894f08f330a9be2f418909e2ade7081c2ce (diff)
downloadpurple-matrix-f62859089b7c62fafe99c1b73e0aa6d69046b2bd.tar.gz
e2e: Wire in sqlite3 to hold e2e databases
We're going to need a: database of olm sessions a device trust database a database of megaolm sessions Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37644c9..f914496 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
CC=gcc
-LIBS=purple json-glib-1.0 glib-2.0
+LIBS=purple json-glib-1.0 glib-2.0 sqlite3
PKG_CONFIG=pkg-config
CFLAGS+=$(shell $(PKG_CONFIG) --cflags $(LIBS))