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

« back to all changes in this revision

Viewing changes to 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:
37
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
38
        $(srcdir)/Makefile.in $(srcdir)/transmission.spec.in \
39
39
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
 
        config.guess config.sub depcomp install-sh ltmain.sh missing \
41
 
        mkinstalldirs
 
40
        config.guess config.sub depcomp install-sh ltmain.sh missing
42
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
42
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
44
43
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
45
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
46
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/zlib.m4 \
49
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
46
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
 
47
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
50
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
49
        $(ACLOCAL_M4)
52
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53
51
 configure.lineno config.status.lineno
54
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
mkinstalldirs = $(install_sh) -d
55
53
CONFIG_CLEAN_FILES = transmission.spec
56
54
CONFIG_CLEAN_VPATH_FILES =
57
55
AM_V_GEN = $(am__v_GEN_$(V))