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

« back to all changes in this revision

Viewing changes to docs/libs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
POST_UNINSTALL = :
70
70
build_triplet = @build@
71
71
host_triplet = @host@
 
72
target_triplet = @target@
72
73
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
73
74
        $(top_srcdir)/common/gtk-doc.mak \
74
75
        $(top_srcdir)/common/upload-doc.mak
240
241
GST_VERSION_MINOR = @GST_VERSION_MINOR@
241
242
GST_VERSION_NANO = @GST_VERSION_NANO@
242
243
GTKDOC_CHECK = @GTKDOC_CHECK@
 
244
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
245
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
246
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
247
GTKDOC_REBASE = @GTKDOC_REBASE@
243
248
HAVE_DOCBOOK2HTML = @HAVE_DOCBOOK2HTML@
244
249
HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
245
250
HAVE_DVIPS = @HAVE_DVIPS@
392
397
sharedstatedir = @sharedstatedir@
393
398
srcdir = @srcdir@
394
399
sysconfdir = @sysconfdir@
 
400
target = @target@
395
401
target_alias = @target_alias@
 
402
target_cpu = @target_cpu@
 
403
target_os = @target_os@
 
404
target_vendor = @target_vendor@
396
405
top_build_prefix = @top_build_prefix@
397
406
top_builddir = @top_builddir@
398
407
top_srcdir = @top_srcdir@