Mercurial > pidgin
view console/libgnt/Makefile.am @ 14939:06ae7ffc47e3
[gaim-migrate @ 17711]
This should prevent D-BUS from having to deal with any non-UTF-8
strings emitted by Gaim signals, which should therefore prevent its
early exit. Strings will be salvaged via gaim_utf8_salvage before
emission, and an error will be logged. IRC (and any other protocols
spitting out invalid UTF-8 to signals) should yet be fixed to emit
some sort of binary blob, rather than a UTF-8 string, but this will
make D-BUS robust to any future transgressions.
This is completely untested.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 09 Nov 2006 16:35:06 +0000 |
parents | 065e7ac30338 |
children | 47ce7285eb5d |
line wrap: on
line source
SUBDIRS = . wms pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnt.pc lib_LTLIBRARIES = libgnt.la libgnt_la_SOURCES = \ gntwidget.c \ gntbindable.c \ gntbox.c \ gntbutton.c \ gntcheckbox.c \ gntcolors.c \ gntcombobox.c \ gntentry.c \ gntkeys.c \ gntlabel.c \ gntline.c \ gntmarshal.c \ gntmenu.c \ gntmenuitem.c \ gntmenuitemcheck.c \ gntstyle.c \ gnttextview.c \ gnttree.c \ gntutils.c \ gntwindow.c \ gntwm.c \ gntmain.c libgnt_la_headers = \ gntwidget.h \ gntbindable.h \ gntbox.h \ gntbutton.h \ gntcheckbox.h \ gntcolors.h \ gntcombobox.h \ gntentry.h \ gntkeys.h \ gntlabel.h \ gntline.h \ gntmarshal.h \ gntmenu.h \ gntmenuitem.h \ gntmenuitemcheck.h \ gntstyle.h \ gnttextview.h \ gnttree.h \ gntutils.h \ gntwindow.h \ gntwm.h \ gnt.h libgnt_laincludedir=$(includedir)/gnt libgnt_lainclude_HEADERS = \ $(libgnt_la_headers) libgnt_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) libgnt_la_LDFLAGS = -export-dynamic libgnt_la_LIBADD = \ $(GLIB_LIBS) \ $(STATIC_LINK_LIBS) \ $(GNT_LIBS) AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(GNT_CFLAGS)