mirror of
https://github.com/systemd/systemd.git
synced 2025-01-05 13:18:06 +03:00
meson: fix compilation of libsystemd
It uses libsystemd_journal_internal_sources, so we need to make sure that audit_type-to-name.h is generated early enough.
This commit is contained in:
parent
826472ce36
commit
09cef4e7cc
@ -45,12 +45,13 @@ audit_type_to_name = custom_target(
|
||||
command : [awk, '-f', '@INPUT0@', '@INPUT1@'],
|
||||
capture : true)
|
||||
|
||||
libsystemd_journal_internal_sources += [audit_type_to_name]
|
||||
|
||||
############################################################
|
||||
|
||||
libsystemd_journal_internal = static_library(
|
||||
'systemd-journal-internal',
|
||||
libsystemd_journal_internal_sources,
|
||||
audit_type_to_name,
|
||||
gcrypt_util_sources,
|
||||
install : false,
|
||||
include_directories : includes,
|
||||
|
Loading…
Reference in New Issue
Block a user