Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute Meson build system #397

Merged
merged 1 commit into from
Feb 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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