From: Yu Watanabe Date: Mon, 6 Jul 2026 14:40:01 +0000 (+0900) Subject: import: drop redundant oci-util.c from sources X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bda7547f4a6babbe2895210e011abebcdb7b4ea;p=thirdparty%2Fsystemd.git import: drop redundant oci-util.c from sources It is already listed in the 'export' field. --- diff --git a/src/import/meson.build b/src/import/meson.build index 54caa928dce..1bfdba1e552 100644 --- a/src/import/meson.build +++ b/src/import/meson.build @@ -10,7 +10,6 @@ executables += [ 'dbus' : true, 'sources' : files( 'importd.c', - 'oci-util.c', ), 'export' : files( 'oci-util.c',