diff options
author | raveit65 <[email protected]> | 2024-02-24 22:18:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-25 21:50:47 +0100 |
commit | 7913635b26b16e8ce6385ab3eed513b8e64d9a98 (patch) | |
tree | b50c31c27522ae82835f6be189c7a57605f18e09 /Makefile.am | |
parent | dc4b768dab082a97cf621adf5816205d0790beaf (diff) | |
download | mate-system-monitor-7913635b26b16e8ce6385ab3eed513b8e64d9a98.tar.bz2 mate-system-monitor-7913635b26b16e8ce6385ab3eed513b8e64d9a98.tar.xz |
Distribute Meson build system
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d7e22e7..abeb841 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,18 @@ EXTRA_DIST = \ omf.make \ xmldocs.make +# Distribute the Meson build system files as well +EXTRA_DIST += \ + meson.build \ + meson_options.txt \ + meson_post_install.py \ + help/meson.build \ + help/LINGUAS \ + pixmaps/meson.build \ + po/meson.build \ + src/meson.build \ + tools/meson.build + polkit_policydir = $(datadir)/polkit-1/actions polkit_policy_in_files = org.mate.mate-system-monitor.policy.in polkit_policy_DATA = $(polkit_policy_in_files:.policy.in=.policy) |