]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: distribute Meson files
authorKarel Zak <kzak@redhat.com>
Tue, 1 Mar 2022 10:22:33 +0000 (11:22 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Mar 2022 10:22:33 +0000 (11:22 +0100)
This commit makes it possible to use Meson build-system when compiling
util-linux from tarball.

Fixes: https://github.com/util-linux/util-linux/issues/1591
Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am

index 29496e72c0cf7c827f4e85470b4b42412ac34527..299670d972acfe874833b361c631f8aea747ec61 100644 (file)
@@ -114,6 +114,29 @@ include man-common/Makemodule.am
 
 include tests/Makemodule.am
 
+# Meson files
+EXTRA_DIST += \
+       meson.build \
+       meson_options.txt \
+       tools/meson-make-manpage-stub.sh \
+       tools/meson-make-symlink.sh \
+       \
+       include/meson.build \
+       libblkid/meson.build \
+       libmount/meson.build \
+       libmount/python/meson.build \
+       misc-utils/meson.build \
+       libsmartcols/meson.build \
+       text-utils/meson.build \
+       po/meson.build \
+       lib/meson.build \
+       libuuid/meson.build \
+       sys-utils/meson.build \
+       libfdisk/meson.build \
+       term-utils/meson.build \
+       disk-utils/meson.build \
+       login-utils/meson.build
+
 # pylibmountexec module must be installed after usrlib_exec libraries,
 # otherwise the libtool relink step will fail to find libmount.la and
 # will try -lmount which is possibly not available.