diff options
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9936051..20a7288 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,18 @@ EXTRA_DIST = \ its \ $(NULL) +# Distribute the Meson build system files as well +EXTRA_DIST += \ + meson.build \ + meson_options.txt \ + build-aux/meson_post_install.sh \ + data/meson.build \ + data/icons/meson.build \ + data/sounds/meson.build \ + man/meson.build \ + mate-volume-control/meson.build \ + po/meson.build + DISTCLEANFILES = \ mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet \ mate-volume-control/org.mate.panel.applet.GvcAppletFactory.service \ |