From a15ed715f05be873b6c299ccdf5ee911e0acd956 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Sun, 28 Oct 2018 17:51:44 +0100 Subject: [PATCH] automake: remove __init__.py's --- gi/Makefile.am | 1 - gi/overrides/Makefile.am | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gi/Makefile.am b/gi/Makefile.am index 14eb068..d91fac6 100644 --- a/gi/Makefile.am +++ b/gi/Makefile.am @@ -1,5 +1,4 @@ SUBDIRS = overrides EXTRA_DIST = \ - __init__.py \ meson.build diff --git a/gi/overrides/Makefile.am b/gi/overrides/Makefile.am index 64ff170..b53df8e 100644 --- a/gi/overrides/Makefile.am +++ b/gi/overrides/Makefile.am @@ -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 -- 2.7.4