From f62859089b7c62fafe99c1b73e0aa6d69046b2bd Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Sun, 26 Feb 2017 03:22:39 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit