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:
Alessandro Decina 2010-11-22 13:41:17 +01:00
parent 67495d15f8
commit cac4f31f1a
3 changed files with 2 additions and 1 deletions

View file

@ -421,4 +421,5 @@ AC_OUTPUT([
testsuite/Makefile
win32/common/config.h
gst-python.spec
gst/__init__.py
])

View file

@ -82,7 +82,7 @@ GST_OVERRIDES = \
GST_DEFS = gst.defs gst-types.defs gst-extrafuncs.defs libs.defs base.defs
CLEANFILES = gst.c
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
interfaces_la_CFLAGS = $(common_cflags) $(GST_PLUGINS_BASE_CFLAGS)