libsystemd: install sd-path.h and export sd_path_lookup{,_strv}

Those are not terribly imporant functions, but we have them, and there's
no reason not to export them.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-03-23 20:37:47 +01:00
parent 3919ecc553
commit 557afad2b7
2 changed files with 7 additions and 1 deletions

View File

@ -697,3 +697,9 @@ global:
sd_event_source_send_child_signal;
sd_journal_open_namespace;
} LIBSYSTEMD_243;
LIBSYSTEMD_246 {
global:
sd_path_lookup;
sd_path_lookup_strv;
} LIBSYSTEMD_245;

View File

@ -12,6 +12,7 @@ _systemd_headers = '''
sd-journal.h
sd-login.h
sd-messages.h
sd-path.h
'''.split()
# https://github.com/mesonbuild/meson/issues/1633
@ -30,7 +31,6 @@ _not_installed_headers = '''
sd-ndisc.h
sd-netlink.h
sd-network.h
sd-path.h
sd-radv.h
sd-resolve.h
sd-utf8.h