~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to libpurple/plugins/mono/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:
86
86
CHECK_LIBS = @CHECK_LIBS@
87
87
CPP = @CPP@
88
88
CPPFLAGS = @CPPFLAGS@
89
 
CXX = @CXX@
90
 
CXXCPP = @CXXCPP@
91
 
CXXDEPMODE = @CXXDEPMODE@
92
 
CXXFLAGS = @CXXFLAGS@
93
89
CYGPATH_W = @CYGPATH_W@
94
90
DATADIRNAME = @DATADIRNAME@
95
91
DBUS_CFLAGS = @DBUS_CFLAGS@
103
99
DOT = @DOT@
104
100
DOXYGEN = @DOXYGEN@
105
101
DSYMUTIL = @DSYMUTIL@
 
102
DUMPBIN = @DUMPBIN@
106
103
DYNALOADER_A = @DYNALOADER_A@
107
104
DYNAMIC_BONJOUR_FALSE = @DYNAMIC_BONJOUR_FALSE@
108
105
DYNAMIC_BONJOUR_TRUE = @DYNAMIC_BONJOUR_TRUE@
135
132
DYNAMIC_YAHOO_TRUE = @DYNAMIC_YAHOO_TRUE@
136
133
DYNAMIC_ZEPHYR_FALSE = @DYNAMIC_ZEPHYR_FALSE@
137
134
DYNAMIC_ZEPHYR_TRUE = @DYNAMIC_ZEPHYR_TRUE@
138
 
ECHO = @ECHO@
139
135
ECHO_C = @ECHO_C@
140
136
ECHO_N = @ECHO_N@
141
137
ECHO_T = @ECHO_T@
155
151
EXEEXT = @EXEEXT@
156
152
EXTERNAL_LIBZEPHYR_FALSE = @EXTERNAL_LIBZEPHYR_FALSE@
157
153
EXTERNAL_LIBZEPHYR_TRUE = @EXTERNAL_LIBZEPHYR_TRUE@
158
 
F77 = @F77@
159
 
FFLAGS = @FFLAGS@
 
154
FGREP = @FGREP@
160
155
GADU_CFLAGS = @GADU_CFLAGS@
161
156
GADU_LIBS = @GADU_LIBS@
162
157
GCONFTOOL = @GCONFTOOL@
229
224
KRB4_CFLAGS = @KRB4_CFLAGS@
230
225
KRB4_LDFLAGS = @KRB4_LDFLAGS@
231
226
KRB4_LIBS = @KRB4_LIBS@
 
227
LD = @LD@
232
228
LDADD = @LDADD@
233
229
LDFLAGS = @LDFLAGS@
234
230
LIBOBJS = @LIBOBJS@
237
233
LIBTOOL = @LIBTOOL@
238
234
LIBXML_CFLAGS = @LIBXML_CFLAGS@
239
235
LIBXML_LIBS = @LIBXML_LIBS@
 
236
LIPO = @LIPO@
240
237
LN_S = @LN_S@
241
238
LTLIBOBJS = @LTLIBOBJS@
242
239
MAKEINFO = @MAKEINFO@
250
247
MSGMERGE = @MSGMERGE@
251
248
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
252
249
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
 
250
NM = @NM@
253
251
NMEDIT = @NMEDIT@
254
252
NSS_CFLAGS = @NSS_CFLAGS@
255
253
NSS_LIBS = @NSS_LIBS@
 
254
OBJDUMP = @OBJDUMP@
256
255
OBJEXT = @OBJEXT@
 
256
OTOOL = @OTOOL@
 
257
OTOOL64 = @OTOOL64@
257
258
PACKAGE = @PACKAGE@
258
259
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259
260
PACKAGE_NAME = @PACKAGE_NAME@
366
367
ZEPHYR_LDFLAGS = @ZEPHYR_LDFLAGS@
367
368
ZEPHYR_LIBS = @ZEPHYR_LIBS@
368
369
ac_ct_CC = @ac_ct_CC@
369
 
ac_ct_CXX = @ac_ct_CXX@
370
 
ac_ct_F77 = @ac_ct_F77@
 
370
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
371
371
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
372
372
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
373
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
374
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
375
373
am__include = @am__include@
376
374
am__leading_dot = @am__leading_dot@
377
375
am__quote = @am__quote@
405
403
libexecdir = @libexecdir@
406
404
localedir = @localedir@
407
405
localstatedir = @localstatedir@
 
406
lt_ECHO = @lt_ECHO@
408
407
mandir = @mandir@
409
408
mkdir_p = @mkdir_p@
410
409
oldincludedir = @oldincludedir@