mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
makefiles: Add missing dist files
https://bugzilla.gnome.org/show_bug.cgi?id=793560
This commit is contained in:
parent
693005716e
commit
146b8cca43
4 changed files with 14 additions and 4 deletions
|
@ -33,4 +33,8 @@ EXTRA_DIST = \
|
||||||
meson.build \
|
meson.build \
|
||||||
meson_options.txt \
|
meson_options.txt \
|
||||||
config.h.meson \
|
config.h.meson \
|
||||||
scripts/pythondetector
|
pygst.py.in \
|
||||||
|
scripts/pythondetector \
|
||||||
|
examples/plugins/python/sinkelement.py \
|
||||||
|
examples/plugins/python/identity.py \
|
||||||
|
examples/helloworld.py
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
SUBDIRS = overrides
|
SUBDIRS = overrides
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
__init__.py \
|
||||||
meson.build
|
meson.build
|
||||||
|
|
|
@ -9,8 +9,10 @@ pygioverrides_PYTHON = Gst.py GstPbutils.py
|
||||||
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
|
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
__init__.py \
|
||||||
meson.build \
|
meson.build \
|
||||||
Gst.py
|
Gst.py \
|
||||||
|
GstPbutils.py
|
||||||
|
|
||||||
AM_CPPFLAGS = $(PYTHON_INCLUDES)
|
AM_CPPFLAGS = $(PYTHON_INCLUDES)
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,14 @@ tests = \
|
||||||
test_types.py
|
test_types.py
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
meson.build \
|
|
||||||
__init__.py \
|
__init__.py \
|
||||||
|
cleanup.py \
|
||||||
common.py \
|
common.py \
|
||||||
runtests.py \
|
gstpython.supp \
|
||||||
|
meson.build \
|
||||||
overrides_hack.py \
|
overrides_hack.py \
|
||||||
|
python.supp \
|
||||||
|
runtests.py \
|
||||||
$(tests)
|
$(tests)
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
Loading…
Reference in a new issue