mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
automake: remove __init__.py's
This commit is contained in:
parent
055e2e17ec
commit
a15ed715f0
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
SUBDIRS = overrides
|
SUBDIRS = overrides
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
__init__.py \
|
|
||||||
meson.build
|
meson.build
|
||||||
|
|
|
@ -9,7 +9,6 @@ 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
|
GstPbutils.py
|
||||||
|
@ -27,7 +26,7 @@ _gi_gst_la_LDFLAGS = $(common_ldflags)
|
||||||
# source tree; Python does not accept the extensions and modules in different
|
# source tree; Python does not accept the extensions and modules in different
|
||||||
# paths
|
# paths
|
||||||
build_pylinks:
|
build_pylinks:
|
||||||
for f in $(pygioverrides_PYTHON) __init__.py; do \
|
for f in $(pygioverrides_PYTHON); do \
|
||||||
[ -e $(builddir)/$$f ] || $(LN_S) -f $(srcdir)/$$f $(builddir)/$$f; \
|
[ -e $(builddir)/$$f ] || $(LN_S) -f $(srcdir)/$$f $(builddir)/$$f; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue