distcheck fix

Original commit message from CVS:
distcheck fix
This commit is contained in:
Thomas Vander Stichele 2004-06-21 09:31:52 +00:00
parent 0f13826a60
commit f47aedab55
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/Makefile.am:
* testsuite/common.py:
passed make distcheck, ready to go
2004-06-21 Johan Dahlin <johan@gnome.org>
* gst/Makefile.am (EXTRA_DIST): Add ltihooks.py

View file

@ -6,7 +6,7 @@ tests = \
pipeline.py
check-local:
@PYTHONPATH=$(top_builddir) $(PYTHON) $(srcdir)/runtests.py
@PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs $(PYTHON) $(srcdir)/runtests.py
@rm -fr *.pyc
EXTRA_DIST = $(tests) runtests.py

View file

@ -19,7 +19,6 @@ sys.argv.append('--gst-debug-no-color')
path = os.path.abspath(os.path.join('..', 'gst'))
import gst
assert gst._gst.__file__ == '../gst/_gst.la'
try:
import gst.interfaces