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
@ -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…
x
Reference in New Issue
Block a user