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.
pull/199/head
Neal Gompa 2020-05-25 07:56:05 -04:00 committed by Ariadne Conill
parent 9e16d2709c
commit be6b382dde
1 changed files with 3 additions and 0 deletions

View File

@ -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 \