mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user