~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/examples/controller/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-10-25 13:23:04 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20121025132304-d4h5101bepls2o8n
Tags: 1.0.2-1
New upstream stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        $(top_srcdir)/common/m4/gst.m4 \
84
84
        $(top_srcdir)/common/m4/gtk-doc.m4 \
85
85
        $(top_srcdir)/common/m4/introspection.m4 \
86
 
        $(top_srcdir)/common/m4/pkg.m4 \
 
86
        $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/ax_pthread.m4 \
87
87
        $(top_srcdir)/m4/check-checks.m4 $(top_srcdir)/m4/gettext.m4 \
88
88
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
89
89
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
344
344
PLUGINDIR = @PLUGINDIR@
345
345
POSUB = @POSUB@
346
346
PROFILE_CFLAGS = @PROFILE_CFLAGS@
 
347
PTHREAD_CC = @PTHREAD_CC@
 
348
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
349
PTHREAD_LIBS = @PTHREAD_LIBS@
347
350
PYTHON = @PYTHON@
348
351
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
349
352
PYTHON_PLATFORM = @PYTHON_PLATFORM@
380
383
am__quote = @am__quote@
381
384
am__tar = @am__tar@
382
385
am__untar = @am__untar@
 
386
ax_pthread_config = @ax_pthread_config@
383
387
bindir = @bindir@
384
388
build = @build@
385
389
build_alias = @build_alias@