mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Fix distcheck.
Before this change gst/__init__.py wasn't being copied to $(top_builddir)/gst/, making make check fail to import gst.
This commit is contained in:
parent
67495d15f8
commit
cac4f31f1a
3 changed files with 2 additions and 1 deletions
|
@ -421,4 +421,5 @@ AC_OUTPUT([
|
||||||
testsuite/Makefile
|
testsuite/Makefile
|
||||||
win32/common/config.h
|
win32/common/config.h
|
||||||
gst-python.spec
|
gst-python.spec
|
||||||
|
gst/__init__.py
|
||||||
])
|
])
|
||||||
|
|
|
@ -82,7 +82,7 @@ GST_OVERRIDES = \
|
||||||
GST_DEFS = gst.defs gst-types.defs gst-extrafuncs.defs libs.defs base.defs
|
GST_DEFS = gst.defs gst-types.defs gst-extrafuncs.defs libs.defs base.defs
|
||||||
CLEANFILES = gst.c
|
CLEANFILES = gst.c
|
||||||
EXTRA_DIST += $(GST_DEFS) $(GST_OVERRIDES) gstversion.override.in
|
EXTRA_DIST += $(GST_DEFS) $(GST_OVERRIDES) gstversion.override.in
|
||||||
gst.c: $(GST_DEFS) $(GST_OVERRIDES) $(GEN_FILES) gstversion.override
|
gst.c: $(GST_DEFS) $(GST_OVERRIDES) $(GEN_FILES) gstversion.override __init__.py
|
||||||
|
|
||||||
# GStreamer interfaces bindings
|
# GStreamer interfaces bindings
|
||||||
interfaces_la_CFLAGS = $(common_cflags) $(GST_PLUGINS_BASE_CFLAGS)
|
interfaces_la_CFLAGS = $(common_cflags) $(GST_PLUGINS_BASE_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue