chiark / gitweb /
Move gcrypt-util to basic/
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Dec 2017 18:06:56 +0000 (19:06 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:47 +0000 (07:49 +0200)
commitcfdad284c65f39594bdba8bae4260ac2d21ade82
treeffd3f0ce735b25477aaa1bf35afe2798c6ffdd99
parente97d3ad71e676185d00c1d85b97fae31ce9e19d3
Move gcrypt-util to basic/

We were including gcrypt-util.[ch] by hand in the few places where it
was used. Create a convenience library to avoid compiling the same
files multiple times.

v2:
- use a separate static library instead of mergin into libbasic
meson.build
src/basic/meson.build
src/shared/meson.build