~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to testsuite/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-09-08 20:22:47 UTC
  • mfrom: (4.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080908202247-nkwix5wpfasoygy0
Tags: 0.10.12-1.1
* Non-maintainer upload.
* Add dependency to python-libxml2 and change load order in
  the init of gst0.10-python (Closes: #449341)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES = \
2
2
        $(PYTHON_INCLUDES) \
3
 
        $(PYGTK_CFLAGS) \
 
3
        $(PYGOBJET_CFLAGS) \
4
4
        $(PYGST_CFLAGS) \
5
5
        $(GST_CFLAGS)
6
6
 
9
9
 
10
10
testhelper_la_LDFLAGS = -module -avoid-version
11
11
testhelper_la_LIBADD = $(GLIB_LIBS)
 
12
testhelper_la_CFLAGS = $(PYGOBJECT_CFLAGS)
12
13
testhelper_la_SOURCES = \
13
14
        testhelpermodule.c \
14
15
        test-object.c
30
31
        test_pipeline.py \
31
32
        test_registry.py \
32
33
        test_struct.py \
33
 
        test_xml.py
 
34
        test_segment.py \
 
35
        test_taglist.py \
 
36
        test_xml.py \
 
37
        test_pbutils.py
34
38
 
35
39
check-local: testhelper.la
36
40
        @PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/cleanup.py