build-sys: (meson) fix hardlink
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
441f9b9303
commit
93fbe82047
2 changed files with 3 additions and 1 deletions
|
@ -48,6 +48,7 @@ swapprober_c = files('swapprober.c')
|
|||
pty_session_c = files('pty-session.c')
|
||||
ismounted_c = files('ismounted.c')
|
||||
exec_shell_c = files('exec_shell.c')
|
||||
fileeq_c = files('fileeq.c')
|
||||
|
||||
if LINUX
|
||||
lib_common_sources += '''
|
||||
|
|
|
@ -119,7 +119,8 @@ fincore_sources = files(
|
|||
hardlink_sources = files(
|
||||
'hardlink.c',
|
||||
) + \
|
||||
monotonic_c
|
||||
monotonic_c + \
|
||||
fileeq_c
|
||||
|
||||
cal_sources = files(
|
||||
'cal.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue