summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.decina@collabora.co.uk>2010-11-22 14:18:05 +0100
committerAlessandro Decina <alessandro.decina@collabora.co.uk>2010-11-22 14:18:05 +0100
commita1584d04c528d7dadd750a8762eb5ee266fccdca (patch)
tree7bd3b19f8914620c91f928e6e3c05165b7bd6689 /gst
parentcac4f31f1a9a21981ceaf3736f5b2773df974b44 (diff)
Fix distcheck some more.
In testsuite/common.py look for gst/__init__.py in builddir now. Clean gst/__init__.pyc after make check.
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index a395997..e094de9 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -80,7 +80,7 @@ GST_OVERRIDES = \
gstbase.override
GST_DEFS = gst.defs gst-types.defs gst-extrafuncs.defs libs.defs base.defs
-CLEANFILES = gst.c
+CLEANFILES = gst.c __init__.pyc
EXTRA_DIST += $(GST_DEFS) $(GST_OVERRIDES) gstversion.override.in
gst.c: $(GST_DEFS) $(GST_OVERRIDES) $(GEN_FILES) gstversion.override __init__.py