mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
meson: fix indentation
This commit is contained in:
parent
5acb3cabd1
commit
c5abccfa58
@ -7,8 +7,9 @@ systemd_coredump_sources = files('''
|
||||
'''.split())
|
||||
|
||||
if conf.get('HAVE_ELFUTILS') == 1
|
||||
systemd_coredump_sources += files(['stacktrace.c',
|
||||
'stacktrace.h'])
|
||||
systemd_coredump_sources += files(
|
||||
'stacktrace.c',
|
||||
'stacktrace.h')
|
||||
endif
|
||||
|
||||
coredumpctl_sources = files('coredumpctl.c')
|
||||
|
@ -16,10 +16,9 @@ libsystemd_journal_remote_sources = files('''
|
||||
'''.split())
|
||||
|
||||
if conf.get('HAVE_MICROHTTPD') == 1
|
||||
libsystemd_journal_remote_sources += files('''
|
||||
microhttpd-util.h
|
||||
microhttpd-util.c
|
||||
'''.split())
|
||||
libsystemd_journal_remote_sources += files(
|
||||
'microhttpd-util.h',
|
||||
'microhttpd-util.c')
|
||||
endif
|
||||
|
||||
libsystemd_journal_remote = static_library(
|
||||
|
@ -323,10 +323,9 @@ if conf.get('HAVE_KMOD') == 1
|
||||
endif
|
||||
|
||||
if conf.get('HAVE_PAM') == 1
|
||||
shared_sources += files('''
|
||||
pam-util.c
|
||||
pam-util.h
|
||||
'''.split())
|
||||
shared_sources += files(
|
||||
'pam-util.c',
|
||||
'pam-util.h')
|
||||
endif
|
||||
|
||||
if conf.get('ENABLE_NSCD') == 1
|
||||
|
@ -42,7 +42,6 @@ install_headers(
|
||||
'_sd-common.h',
|
||||
subdir : 'systemd')
|
||||
|
||||
|
||||
############################################################
|
||||
|
||||
opts = [['c'],
|
||||
|
Loading…
Reference in New Issue
Block a user