forked from ariadne/pkgconf
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.bsdstubs-errno
parent
9e16d2709c
commit
be6b382dde
|
@ -16,6 +16,9 @@ lib_LTLIBRARIES = libpkgconf.la
|
||||||
|
|
||||||
EXTRA_DIST = pkg.m4 \
|
EXTRA_DIST = pkg.m4 \
|
||||||
meson.build \
|
meson.build \
|
||||||
|
meson_options.txt \
|
||||||
|
libpkgconf/meson.build \
|
||||||
|
libpkgconf/config.h.meson \
|
||||||
libpkgconf/win-dirent.h \
|
libpkgconf/win-dirent.h \
|
||||||
tests/lib-relocatable/lib/pkgconfig/foo.pc \
|
tests/lib-relocatable/lib/pkgconfig/foo.pc \
|
||||||
tests/lib1/argv-parse-2.pc \
|
tests/lib1/argv-parse-2.pc \
|
||||||
|
|
Loading…
Reference in New Issue