Skip to content
Snippets Groups Projects
Commit a15ed715 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle :frog:
Browse files

automake: remove __init__.py's

parent 055e2e17
No related branches found
No related tags found
No related merge requests found
SUBDIRS = overrides
EXTRA_DIST = \
__init__.py \
meson.build
......@@ -9,7 +9,6 @@ pygioverrides_PYTHON = Gst.py GstPbutils.py
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
EXTRA_DIST = \
__init__.py \
meson.build \
Gst.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
# paths
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; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment