~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to tests/check/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-14 18:19:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060814181958-j569tiklwqigdu8x
Tags: 0.10.3+cvs20060814-1
* New upstream release
* debian/patches/01_gst-faad-try-resync.patch,
  02_build-system.patch:
  + dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
TESTS_ENVIRONMENT = \
13
13
        $(REGISTRY_ENVIRONMENT)                                 \
14
14
        GST_PLUGIN_SYSTEM_PATH=                                 \
15
 
        GST_PLUGIN_PATH=$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR)/../gst-plugins-good:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR)
 
15
        GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR)
16
16
 
17
17
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
18
18
 
26
26
 
27
27
clean-local: clean-local-check
28
28
 
29
 
check_PROGRAMS =
 
29
if USE_MPEG2ENC
 
30
check_mpeg2enc = elements/mpeg2enc
 
31
else
 
32
check_mpeg2enc =
 
33
endif
 
34
 
 
35
check_PROGRAMS = \
 
36
        elements/gdppay \
 
37
        elements/gdpdepay \
 
38
        $(check_mpeg2enc)
30
39
 
31
40
TESTS = $(check_PROGRAMS)
32
41
 
33
42
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
34
43
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
 
44
 
 
45
elements_gdpdepay_LDFLAGS = $(LDADD) $(GST_GDP_LIBS)
 
46
elements_gdppay_LDFLAGS = $(LDADD) $(GST_GDP_LIBS)