~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to libpurple/protocols/msn/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-06-22 17:14:29 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090622171429-lt7fyq3q11zpnijs
Tags: 1:2.5.7-1ubuntu1
* Merge with Debian unstable (LP: #390249, #390297), remaining changes:
  - Update debian/prefs.xml to set the notify plugin prefs
    /plugins/gtk/X11/notify/*, set /pidgin/plugins/loaded to load
    the notify plugin and enable the standard logging options by default
  + 02_lpi.patch for LP integration. Add liblaunchpad-integration-dev to
    build-deps for this
  + 04_let_crasher_for_apport.patch to stop catching the SIGSEGV signal
    and let apport handle it
  + 05_default_to_irc_ubuntu_com.patch to set the default IRC
    server to irc.ubuntu.com
  + 10_docklet_default_off.patch for default behavior to have no
    notification area icon.
  + 11_buddy_list_really_show.patch to make it so that the buddy
    list tries harder to appear.  This fixes some issues with it
    not appearing.
  + 13_sounds_and_timers.patch which adjusts the time out for sounds
    to be 15 seconds, which helps get fewer spurious login
    notifications on slow connections.  Also, switches a few long
    term timers to _add_seconds to get a little bit of power savings.
  + 60_1024x600_gtk*.c.patch: Add scrolled bars into account dialog,
  + 73_upstream_change_fix_high_dpi_status_msg.patch: upstream change to
    stop the clipping of the infopane text when using high DPI
    pounce windows and preference window when screen height is less than 600.
  + Add nm-dev to build-deps to enable NM integration. Remove --disable-nm
    from configure line.
  + debian/libpurple0.symbols: Add libgdl & epochs
  + debian/control: Remove libpurple0 from deps of libpurple-bin
* Also fixes Yahoo! connection problems (LP: #389322)
* debian/libpurple0.symbols: Update
* 99_autoconf: Refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
CHECK_LIBS = @CHECK_LIBS@
125
125
CPP = @CPP@
126
126
CPPFLAGS = @CPPFLAGS@
127
 
CXX = @CXX@
128
 
CXXCPP = @CXXCPP@
129
 
CXXDEPMODE = @CXXDEPMODE@
130
 
CXXFLAGS = @CXXFLAGS@
131
127
CYGPATH_W = @CYGPATH_W@
132
128
DATADIRNAME = @DATADIRNAME@
133
129
DBUS_CFLAGS = @DBUS_CFLAGS@
141
137
DOT = @DOT@
142
138
DOXYGEN = @DOXYGEN@
143
139
DSYMUTIL = @DSYMUTIL@
 
140
DUMPBIN = @DUMPBIN@
144
141
DYNALOADER_A = @DYNALOADER_A@
145
142
DYNAMIC_BONJOUR_FALSE = @DYNAMIC_BONJOUR_FALSE@
146
143
DYNAMIC_BONJOUR_TRUE = @DYNAMIC_BONJOUR_TRUE@
173
170
DYNAMIC_YAHOO_TRUE = @DYNAMIC_YAHOO_TRUE@
174
171
DYNAMIC_ZEPHYR_FALSE = @DYNAMIC_ZEPHYR_FALSE@
175
172
DYNAMIC_ZEPHYR_TRUE = @DYNAMIC_ZEPHYR_TRUE@
176
 
ECHO = @ECHO@
177
173
ECHO_C = @ECHO_C@
178
174
ECHO_N = @ECHO_N@
179
175
ECHO_T = @ECHO_T@
193
189
EXEEXT = @EXEEXT@
194
190
EXTERNAL_LIBZEPHYR_FALSE = @EXTERNAL_LIBZEPHYR_FALSE@
195
191
EXTERNAL_LIBZEPHYR_TRUE = @EXTERNAL_LIBZEPHYR_TRUE@
196
 
F77 = @F77@
197
 
FFLAGS = @FFLAGS@
 
192
FGREP = @FGREP@
198
193
GADU_CFLAGS = @GADU_CFLAGS@
199
194
GADU_LIBS = @GADU_LIBS@
200
195
GCONFTOOL = @GCONFTOOL@
267
262
KRB4_CFLAGS = @KRB4_CFLAGS@
268
263
KRB4_LDFLAGS = @KRB4_LDFLAGS@
269
264
KRB4_LIBS = @KRB4_LIBS@
 
265
LD = @LD@
270
266
LDADD = @LDADD@
271
267
LDFLAGS = @LDFLAGS@
272
268
LIBOBJS = @LIBOBJS@
275
271
LIBTOOL = @LIBTOOL@
276
272
LIBXML_CFLAGS = @LIBXML_CFLAGS@
277
273
LIBXML_LIBS = @LIBXML_LIBS@
 
274
LIPO = @LIPO@
278
275
LN_S = @LN_S@
279
276
LTLIBOBJS = @LTLIBOBJS@
280
277
MAKEINFO = @MAKEINFO@
288
285
MSGMERGE = @MSGMERGE@
289
286
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
290
287
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
 
288
NM = @NM@
291
289
NMEDIT = @NMEDIT@
292
290
NSS_CFLAGS = @NSS_CFLAGS@
293
291
NSS_LIBS = @NSS_LIBS@
 
292
OBJDUMP = @OBJDUMP@
294
293
OBJEXT = @OBJEXT@
 
294
OTOOL = @OTOOL@
 
295
OTOOL64 = @OTOOL64@
295
296
PACKAGE = @PACKAGE@
296
297
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297
298
PACKAGE_NAME = @PACKAGE_NAME@
404
405
ZEPHYR_LDFLAGS = @ZEPHYR_LDFLAGS@
405
406
ZEPHYR_LIBS = @ZEPHYR_LIBS@
406
407
ac_ct_CC = @ac_ct_CC@
407
 
ac_ct_CXX = @ac_ct_CXX@
408
 
ac_ct_F77 = @ac_ct_F77@
 
408
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
409
409
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
410
410
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
411
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
412
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
413
411
am__include = @am__include@
414
412
am__leading_dot = @am__leading_dot@
415
413
am__quote = @am__quote@
443
441
libexecdir = @libexecdir@
444
442
localedir = @localedir@
445
443
localstatedir = @localstatedir@
 
444
lt_ECHO = @lt_ECHO@
446
445
mandir = @mandir@
447
446
mkdir_p = @mkdir_p@
448
447
oldincludedir = @oldincludedir@