Skip to content

Commit

Permalink
Distribute Meson build system
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 25, 2024
1 parent c4d9421 commit c406c23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ endif
EXTRA_DIST = \
autogen.sh

# 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 \
src/meson.build

clean-local :
rm -f *~

Expand Down

0 comments on commit c406c23

Please sign in to comment.