aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Strogin <stefan.strogin@gmail.com>2018-09-08 03:28:29 +0300
committerStefan Strogin <stefan.strogin@gmail.com>2018-09-08 03:49:19 +0300
commit89ff3ae2d0f69972697d437c3d514fea424d433c (patch)
treeae3a1095f6ef84586af5e6c23ba49fb7f843cf68 /Makefile
parent5a7166a3f54f85793c6b60662f8d12196aeaaeb0 (diff)
downloadpurple-matrix-89ff3ae2d0f69972697d437c3d514fea424d433c.tar.gz
e2e: Link with libgcrypt
Link with libgcrypt when e2e is enabled. Build for Windows is not tested. Fixes #83
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f914496..b9716cd 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDLIBS+=$(shell $(PKG_CONFIG) --libs $(LIBS))
LDLIBS+=-lhttp_parser
ifndef MATRIX_NO_E2E
-LDLIBS+=-lolm
+LDLIBS+=-lolm -lgcrypt
endif
PLUGIN_DIR_PURPLE = $(shell $(PKG_CONFIG) --variable=plugindir purple)