Skip to content

Commit 09e6728

Browse files
committed
build-sys: autotools: Add meson build files to EXTRA_DIST
As we currently still generate our tarballs using autotools, let's make sure the meson build system is distributed with the tarball.
1 parent 6a1addf commit 09e6728

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

Makefile.am

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,31 @@ EXTRA_DIST = \
4141
scripts/benchmarks/.gitignore \
4242
src/.gitignore \
4343
src/daemon/.gitignore \
44-
src/pulse/.gitignore
44+
src/pulse/.gitignore \
45+
meson.build \
46+
meson_options.txt \
47+
man/meson.build \
48+
po/meson.build \
49+
shell-completion/bash/meson.build \
50+
shell-completion/zsh/meson.build \
51+
src/daemon/meson.build \
52+
src/meson.build \
53+
src/modules/alsa/meson.build \
54+
src/modules/alsa/mixer/meson.build \
55+
src/modules/bluetooth/meson.build \
56+
src/modules/echo-cancel/meson.build \
57+
src/modules/gsettings/meson.build \
58+
src/modules/gsettings/post-install.sh \
59+
src/modules/meson.build \
60+
src/modules/oss/meson.build \
61+
src/modules/raop/meson.build \
62+
src/modules/rtp/meson.build \
63+
src/pulsecore/meson.build \
64+
src/pulse/meson.build \
65+
src/tests/meson.build \
66+
src/tests/test-daemon.meson.sh \
67+
src/utils/meson.build \
68+
vala/meson.build
4569

4670
SUBDIRS = src doxygen man po
4771

0 commit comments

Comments
 (0)