build-sys: (meson) fix hardlink

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-11-02 15:48:38 +01:00
parent 441f9b9303
commit 93fbe82047
2 changed files with 3 additions and 1 deletions

View file

@ -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 += '''

View file

@ -119,7 +119,8 @@ fincore_sources = files(
hardlink_sources = files(
'hardlink.c',
) + \
monotonic_c
monotonic_c + \
fileeq_c
cal_sources = files(
'cal.c',