]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: (meson) fix hardlink
authorKarel Zak <kzak@redhat.com>
Tue, 2 Nov 2021 14:48:38 +0000 (15:48 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Nov 2021 14:48:38 +0000 (15:48 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/meson.build
misc-utils/meson.build

index dcdbdf07dca15251c77a3f7b5bd4b3c22583d844..f382188c1bedf379df9b7dc7c42721e2a670e480 100644 (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 += '''
index 71e1f4d836a89fc677de463be152864a67062189..cafc19f16b9c31d329f533ded15f78b3df2c1406 100644 (file)
@@ -119,7 +119,8 @@ fincore_sources = files(
 hardlink_sources = files(
   'hardlink.c',
 ) + \
-  monotonic_c
+  monotonic_c + \
+  fileeq_c
 
 cal_sources = files(
   'cal.c',