aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-01-06 23:29:27 +0200
committerDavid Bremner <david@tethera.net>2017-01-08 10:50:38 -0400
commitc906da9f60639594fb9c6b9d133aca9c49b3f586 (patch)
treea2040f872fd4ebaf8f08d52a809736689cbfa65f /lib/Makefile.local
parent95efe2d4849f218fffd232dd6e10011f0f837878 (diff)
lib: use glib for sha1 digests instead of embedding libsha1
We already depend on glib both directly and indirectly (via gmime). We might as well make use of its facilities. Drop the embedded libsha1 and use glib for sha1 digests.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 3d1030a5..b77e5780 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -35,7 +35,6 @@ libnotmuch_c_srcs = \
$(notmuch_compat_srcs) \
$(dir)/filenames.c \
$(dir)/string-list.c \
- $(dir)/libsha1.c \
$(dir)/message-file.c \
$(dir)/messages.c \
$(dir)/sha1.c \