~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-updates

« back to all changes in this revision

Viewing changes to wx/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
42
42
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
43
43
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/wxwin.m4 \
44
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
47
mkinstalldirs = $(install_sh) -d
60
60
        $(top_builddir)/third-party/miniupnp/libminiupnp.a \
61
61
        $(top_builddir)/third-party/libnatpmp/libnatpmp.a \
62
62
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
63
 
        $(am__DEPENDENCIES_1)
 
63
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
64
64
DEFAULT_INCLUDES = -I.@am__isrc@
65
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
66
am__depfiles_maybe = depfiles
111
111
CXXFLAGS = @CXXFLAGS@
112
112
CYGPATH_W = @CYGPATH_W@
113
113
DATADIRNAME = @DATADIRNAME@
 
114
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
114
115
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
115
116
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
116
117
DBUS_GLIB_MINIMUM = @DBUS_GLIB_MINIMUM@
117
118
DEFS = @DEFS@
118
119
DEPDIR = @DEPDIR@
 
120
DSYMUTIL = @DSYMUTIL@
119
121
ECHO = @ECHO@
120
122
ECHO_C = @ECHO_C@
121
123
ECHO_N = @ECHO_N@
182
184
MKINSTALLDIRS = @MKINSTALLDIRS@
183
185
MSGFMT = @MSGFMT@
184
186
MSGMERGE = @MSGMERGE@
 
187
NMEDIT = @NMEDIT@
185
188
OBJEXT = @OBJEXT@
186
189
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
187
190
OPENSSL_LIBS = @OPENSSL_LIBS@
223
226
WX_RESCOMP = @WX_RESCOMP@
224
227
WX_VERSION = @WX_VERSION@
225
228
XGETTEXT = @XGETTEXT@
 
229
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
230
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
 
231
ZLIB_LIBS = @ZLIB_LIBS@
226
232
abs_builddir = @abs_builddir@
227
233
abs_srcdir = @abs_srcdir@
228
234
abs_top_builddir = @abs_top_builddir@
274
280
subdirs = @subdirs@
275
281
sysconfdir = @sysconfdir@
276
282
target_alias = @target_alias@
 
283
top_build_prefix = @top_build_prefix@
277
284
top_builddir = @top_builddir@
278
285
top_srcdir = @top_srcdir@
279
286
transmissionlocaledir = @transmissionlocaledir@
300
307
    $(top_builddir)/third-party/libevent/libevent.la \
301
308
    $(top_builddir)/third-party/miniupnp/libminiupnp.a \
302
309
    $(top_builddir)/third-party/libnatpmp/libnatpmp.a \
303
 
    $(WX_LIBS) $(OPENSSL_LIBS) $(PTHREAD_LIBS) -lm
 
310
    $(WX_LIBS) \
 
311
    $(OPENSSL_LIBS) \
 
312
    $(LIBCURL_LIBS) \
 
313
    $(PTHREAD_LIBS) -lm
304
314
 
305
315
all: all-recursive
306
316