diff options
author | Dr. David Alan Gilbert <dave@treblig.org> | 2017-02-26 03:22:39 +0000 |
---|---|---|
committer | Dr. David Alan Gilbert <dave@treblig.org> | 2018-02-25 02:08:49 +0000 |
commit | f62859089b7c62fafe99c1b73e0aa6d69046b2bd (patch) | |
tree | 16f4f36649506a0b04d15584fcf2ad3e576c06e5 /Makefile | |
parent | 6f6c9894f08f330a9be2f418909e2ade7081c2ce (diff) | |
download | purple-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |