]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
Move gcrypt-util to basic/
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Dec 2017 18:06:56 +0000 (19:06 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 3 Jan 2018 11:09:45 +0000 (12:09 +0100)
commit34e221a58bb3f4d5d58fe238a6a5e5a5df30d4ff
treec0a73faa2c20b7dc0c9a31fa3b3dd1d7d3431c2e
parent2d4ceca8a5f606beed5f11b0d307913727590c00
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/gcrypt-util.c [moved from src/shared/gcrypt-util.c with 100% similarity]
src/basic/gcrypt-util.h [moved from src/shared/gcrypt-util.h with 100% similarity]
src/basic/meson.build
src/shared/meson.build