From 146b8cca434e4d9a8ccada7f58edc63250ce9ae3 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 18 Feb 2018 10:00:48 -0500 Subject: [PATCH] makefiles: Add missing dist files https://bugzilla.gnome.org/show_bug.cgi?id=793560 --- Makefile.am | 6 +++++- gi/Makefile.am | 1 + gi/overrides/Makefile.am | 4 +++- testsuite/Makefile.am | 7 +++++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index bd1ae2538c..3b7bc2f8ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,4 +33,8 @@ EXTRA_DIST = \ meson.build \ meson_options.txt \ config.h.meson \ - scripts/pythondetector + pygst.py.in \ + scripts/pythondetector \ + examples/plugins/python/sinkelement.py \ + examples/plugins/python/identity.py \ + examples/helloworld.py diff --git a/gi/Makefile.am b/gi/Makefile.am index d91fac6fb3..14eb068c88 100644 --- a/gi/Makefile.am +++ b/gi/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = overrides EXTRA_DIST = \ + __init__.py \ meson.build diff --git a/gi/overrides/Makefile.am b/gi/overrides/Makefile.am index bea5c32a9c..64ff170c34 100644 --- a/gi/overrides/Makefile.am +++ b/gi/overrides/Makefile.am @@ -9,8 +9,10 @@ pygioverrides_PYTHON = Gst.py GstPbutils.py pygioverridesexecdir = $(PYGI_OVERRIDES_DIR) EXTRA_DIST = \ + __init__.py \ meson.build \ - Gst.py + Gst.py \ + GstPbutils.py AM_CPPFLAGS = $(PYTHON_INCLUDES) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 0ae0300031..10b7061fe3 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -6,11 +6,14 @@ tests = \ test_types.py EXTRA_DIST = \ - meson.build \ __init__.py \ + cleanup.py \ common.py \ - runtests.py \ + gstpython.supp \ + meson.build \ overrides_hack.py \ + python.supp \ + runtests.py \ $(tests) clean-local: