Skip to content

Commit 8b33daa

Browse files
author
raveit65
committed
Distribute Meson build system
1 parent 1f1fb3c commit 8b33daa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Makefile.am

+15
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@ EXTRA_DIST = \
3131
README \
3232
autogen.sh
3333

34+
# Distribute the Meson build system files as well
35+
EXTRA_DIST += \
36+
meson.build \
37+
meson_options.txt \
38+
postinstall.py \
39+
caja/meson.build \
40+
data/meson.build \
41+
data/icons/meson.build \
42+
help/LINGUAS \
43+
help/meson.build \
44+
po/meson.build \
45+
src/meson.build \
46+
src/sh/meson.build \
47+
subprojects/mate-submodules.wrap
48+
3449
DISTCLEANFILES =
3550

3651
DISTCHECK_CONFIGURE_FLAGS = \

0 commit comments

Comments
 (0)