~ubuntu-branches/ubuntu/saucy/totem-pl-parser/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-08-04 19:13:44 UTC
  • mfrom: (1.4.8 upstream) (1.5.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100804191344-sv8wa90wdt3e63lw
Tags: 2.30.2-1
* debian/control.in:
  + Fix description of the GIR package.
* New upstream bugfix release:
  + debian/control.in:
    - Add libsoup-gnome2.4-dev build dependency.
    - Update gobject-introspection build dependency to >= 0.6.14.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        COPYING.LIB ChangeLog INSTALL NEWS compile config.guess \
46
46
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
47
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
48
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
49
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
50
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
51
        $(top_srcdir)/configure.in
49
52
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
53
        $(ACLOCAL_M4)
51
54
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
186
189
GMSGFMT = @GMSGFMT@
187
190
GREP = @GREP@
188
191
GTKDOC_CHECK = @GTKDOC_CHECK@
 
192
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
193
GTKDOC_REBASE = @GTKDOC_REBASE@
189
194
HTML_DIR = @HTML_DIR@
190
195
INSTALL = @INSTALL@
191
196
INSTALL_DATA = @INSTALL_DATA@