~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to third-party/libnatpmp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda, Krzysztof Klimonda, Chris Coulson
  • Date: 2010-03-03 02:55:26 UTC
  • mfrom: (1.1.34 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100303025526-qcjmpnlvk9jv3y5o
Tags: 1.92-0ubuntu1
[ Krzysztof Klimonda ]
* New upstream release (LP: #538034), rebased on debian testing.
  Remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
  - debian/control, debian/rules:
    + build transmission gtk+ client with both gconf and libcanberra support.
  - debian/patches/dont_build_libevent.patch:
    + disable libevent in configure.ac and Makefile.am because we use autotools
      to regenerate build files.
  - lucid/debian/patches/updateminiupnpcstrings_double_escape_slash.patch:
    + Deleted as the bug is fixed upstream
* Fixes bugs:
  - Fix directory selection error in GTK+ 2.19 (LP: #518692)
  - Transmission "Set Location" - dialog doesn't disappear (LP: #529037)
  - The "Torrent Options" dialog's Torrent Priority row gets too much
    vertical stretch (LP: #527299)
  - "Open Folder" behavior can be confusing for single-file torrents
    (LP: #505861)
* Refreshed 99_autoreconf.patch

[ Chris Coulson ]
* debian/patches/disable_web_ui.patch:
  - Disable the web UI by default again (LP: #542194)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
am__v_at_0 = @
61
61
libnatpmp_a_AR = $(AR) $(ARFLAGS)
62
62
libnatpmp_a_LIBADD =
63
 
am_libnatpmp_a_OBJECTS = getgateway.$(OBJEXT) natpmp.$(OBJEXT)
 
63
am_libnatpmp_a_OBJECTS = getgateway.$(OBJEXT) natpmp.$(OBJEXT) \
 
64
        wingettimeofday.$(OBJEXT)
64
65
libnatpmp_a_OBJECTS = $(am_libnatpmp_a_OBJECTS)
65
66
DEFAULT_INCLUDES = -I.@am__isrc@
66
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
179
180
LIBTOOL = @LIBTOOL@
180
181
LIPO = @LIPO@
181
182
LN_S = @LN_S@
 
183
LPI_CFLAGS = @LPI_CFLAGS@
 
184
LPI_LIBS = @LPI_LIBS@
182
185
LTLIBOBJS = @LTLIBOBJS@
183
186
MAKEINFO = @MAKEINFO@
184
187
MKDIR_P = @MKDIR_P@
199
202
PACKAGE_NAME = @PACKAGE_NAME@
200
203
PACKAGE_STRING = @PACKAGE_STRING@
201
204
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
205
PACKAGE_URL = @PACKAGE_URL@
202
206
PACKAGE_VERSION = @PACKAGE_VERSION@
203
207
PATH_SEPARATOR = @PATH_SEPARATOR@
204
208
PEERID_PREFIX = @PEERID_PREFIX@
272
276
sbindir = @sbindir@
273
277
sharedstatedir = @sharedstatedir@
274
278
srcdir = @srcdir@
275
 
subdirs = @subdirs@
276
279
sysconfdir = @sysconfdir@
277
280
target_alias = @target_alias@
278
281
top_build_prefix = @top_build_prefix@
283
286
AM_CFLAGS = @PTHREAD_CFLAGS@ -DENABLE_STRNATPMPERR
284
287
libnatpmp_a_SOURCES = \
285
288
    getgateway.c \
286
 
    natpmp.c
 
289
    natpmp.c \
 
290
    wingettimeofday.c
287
291
 
288
292
noinst_HEADERS = \
289
293
    declspec.h \
290
294
    getgateway.h \
291
 
    natpmp.h
 
295
    natpmp.h \
 
296
    wingettimeofday.h
292
297
 
293
298
EXTRA_DIST = \
294
299
    README \
344
349
 
345
350
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getgateway.Po@am__quote@
346
351
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/natpmp.Po@am__quote@
 
352
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wingettimeofday.Po@am__quote@
347
353
 
348
354
.c.o:
349
355
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<