summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-05 10:41:56 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 10:41:56 +0100
commitbd84bbf8dc4197c97ba7bd933254e04ec09bf8b7 (patch)
treeb010242602bf95c8622821b16d4f5eac67ededd6
parent93692ffb1c39277ba2e9da67e863edfd30f7604e (diff)
downloaddbus-python-bd84bbf8dc4197c97ba7bd933254e04ec09bf8b7.tar.gz
build: Add REUSE licenses and Meson build files to Autotools dist
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8acbecf..346b102 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,17 @@ EXTRA_DIST = \
AUTHORS \
CONTRIBUTING.md \
COPYING \
+ LICENSES/AFL-2.1.txt \
+ LICENSES/GPL-2.0-or-later.txt \
+ LICENSES/MIT.txt \
README.md \
+ meson.build \
+ meson_options.txt \
+ tests/meson.build \
+ tests/use-as-subproject.py \
+ tests/use-as-subproject/README \
+ tests/use-as-subproject/meson.build \
+ tests/use-as-subproject/use-dbus-gmain.c \
$(NULL)
AM_CPPFLAGS = \