From e8b894835b1eb7e5b4ee8b23b3f30b59b6d28f03 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 25 May 2020 07:56:05 -0400 Subject: [PATCH] Makefile.am: Add remaining Meson files to be included in dist tarballs The tarballs produced by 'make distcheck' did not include all files required for using Meson because they were not all enumerated in EXTRA_DIST. This change adds the remaining Meson files to the tarball. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3999bdd..a0d3b5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,9 @@ lib_LTLIBRARIES = libpkgconf.la EXTRA_DIST = pkg.m4 \ meson.build \ + meson_options.txt \ + libpkgconf/meson.build \ + libpkgconf/config.h.meson \ libpkgconf/win-dirent.h \ tests/lib-relocatable/lib/pkgconfig/foo.pc \ tests/lib1/argv-parse-2.pc \ -- 2.24.1