~ubuntu-branches/ubuntu/quantal/transmission/quantal

« back to all changes in this revision

Viewing changes to gtk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-07-24 23:31:01 UTC
  • mfrom: (1.1.37 upstream) (2.1.21 sid)
  • Revision ID: james.westby@ubuntu.com-20100724233101-s1w4xpfbt9g10vxo
Tags: 2.03-0ubuntu1
* New upstream release (LP: #599126) 
* Fixes bugs:
  - duplicate quit confirmation dialog on closing transmission (LP: #603426)
  - disk read/write scheduling (LP: #567181)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
50
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
51
51
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
52
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
53
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
54
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
55
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/zlib.m4 \
56
 
        $(top_srcdir)/configure.ac
 
52
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
53
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
54
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
 
55
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
57
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
57
        $(ACLOCAL_M4)
59
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
58
mkinstalldirs = $(install_sh) -d
60
59
CONFIG_CLEAN_FILES =
61
60
CONFIG_CLEAN_VPATH_FILES =
62
61
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \