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

« back to all changes in this revision

Viewing changes to docs/design/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 \
299
299
PLUGINDIR = @PLUGINDIR@
300
300
POSUB = @POSUB@
301
301
PROFILE_CFLAGS = @PROFILE_CFLAGS@
 
302
PTHREAD_CC = @PTHREAD_CC@
 
303
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
304
PTHREAD_LIBS = @PTHREAD_LIBS@
302
305
PYTHON = @PYTHON@
303
306
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
304
307
PYTHON_PLATFORM = @PYTHON_PLATFORM@
335
338
am__quote = @am__quote@
336
339
am__tar = @am__tar@
337
340
am__untar = @am__untar@
 
341
ax_pthread_config = @ax_pthread_config@
338
342
bindir = @bindir@
339
343
build = @build@
340
344
build_alias = @build_alias@