summaryrefslogtreecommitdiffstats
path: root/src/mail/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-05-19 23:24:59 +0200
committerSebastian Reichel <sre@ring0.de>2018-06-28 01:52:53 +0200
commitb665d1cbb089615672fc661d539afcf1eb594f55 (patch)
treef17c13fd0f8a6399851d453e2a67c3939d731d49 /src/mail/Makefile
parent3f628663b68585f4e8aeb11143b483a3b1ec8ae2 (diff)
downloadserial-barcode-scanner-b665d1cbb089615672fc661d539afcf1eb594f55.tar.bz2
mailer: gmime 2.6 -> 3.0
Diffstat (limited to 'src/mail/Makefile')
-rw-r--r--src/mail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/Makefile b/src/mail/Makefile
index 6ec153c..47819dd 100644
--- a/src/mail/Makefile
+++ b/src/mail/Makefile
@@ -2,7 +2,7 @@ all: mailer
@echo > /dev/null
mailer: main.vala mailer.vala mail.vala mailer-interface.vala ../config/config-interface.vala
- valac -X -w -o $@ --vapidir=../../vapi --pkg posix --pkg libesmtp --pkg gio-2.0 --pkg gmime-2.6 -X -D_GNU_SOURCE -X -lesmtp -X -lssl -X -lcrypto -X -ldl -X -pthread $^
+ valac -X -w -o $@ --vapidir=../../vapi --pkg posix --pkg libesmtp --pkg gio-2.0 --pkg gmime-3.0 -X -D_GNU_SOURCE -X -lesmtp -X -lssl -X -lcrypto -X -ldl -X -pthread $^
clean:
rm -f mailer