diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 165cf94..294dd07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,17 +17,18 @@ EXTRA_DIST = \ # Distribute the Meson build system files as well EXTRA_DIST += \ - meson.build \ - meson_options.txt \ - meson_post_install.sh \ - applets/brightness/meson.build \ - applets/inhibit/meson.build \ - data/meson.build \ - data/icons/meson.build \ - help/meson.build \ - help/LINGUAS \ - po/meson.build \ - policy/meson.build \ + meson.build \ + meson_options.txt \ + meson_post_install.sh \ + applets/brightness/meson.build \ + applets/inhibit/meson.build \ + applets/power-profiles/meson.build \ + data/meson.build \ + data/icons/meson.build \ + help/meson.build \ + help/LINGUAS \ + po/meson.build \ + policy/meson.build \ src/meson.build clean-local : |