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

« back to all changes in this revision

Viewing changes to libs/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:
80
80
        $(top_srcdir)/common/m4/gst.m4 \
81
81
        $(top_srcdir)/common/m4/gtk-doc.m4 \
82
82
        $(top_srcdir)/common/m4/introspection.m4 \
83
 
        $(top_srcdir)/common/m4/pkg.m4 \
 
83
        $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/ax_pthread.m4 \
84
84
        $(top_srcdir)/m4/check-checks.m4 $(top_srcdir)/m4/gettext.m4 \
85
85
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
86
86
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
339
339
PLUGINDIR = @PLUGINDIR@
340
340
POSUB = @POSUB@
341
341
PROFILE_CFLAGS = @PROFILE_CFLAGS@
 
342
PTHREAD_CC = @PTHREAD_CC@
 
343
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
344
PTHREAD_LIBS = @PTHREAD_LIBS@
342
345
PYTHON = @PYTHON@
343
346
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
344
347
PYTHON_PLATFORM = @PYTHON_PLATFORM@
375
378
am__quote = @am__quote@
376
379
am__tar = @am__tar@
377
380
am__untar = @am__untar@
 
381
ax_pthread_config = @ax_pthread_config@
378
382
bindir = @bindir@
379
383
build = @build@
380
384
build_alias = @build_alias@