summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2018-02-18 10:00:48 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-02-22 17:05:35 -0500
commit146b8cca434e4d9a8ccada7f58edc63250ce9ae3 (patch)
tree4cc93267861ab628c5b1c6082ad50b4ce27ef0e9
parent693005716ecaa089991dc5de283186ee87d9906c (diff)
makefiles: Add missing dist files
https://bugzilla.gnome.org/show_bug.cgi?id=793560
-rw-r--r--Makefile.am6
-rw-r--r--gi/Makefile.am1
-rw-r--r--gi/overrides/Makefile.am4
-rw-r--r--testsuite/Makefile.am7
4 files changed, 14 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index bd1ae25..3b7bc2f 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 d91fac6..14eb068 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 bea5c32..64ff170 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 0ae0300..10b7061 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: