Mercurial > pidgin
view console/libgnt/Makefile.am @ 13932:e18155a11d1c
[gaim-migrate @ 16459]
Two changes here:
1. When auto-linkifying a URL, if \r\n immediately follows the address,
don't include the \r as a part of the URL.
2. When replacing \n with <br> in a given string, if the string
contained any \r's then the end of the string would have a number
of unintialized characters at the end equal to the number of \r's
that were removed.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 08 Jul 2006 07:26:57 +0000 |
parents | 9309d27d780c |
children | cd2da4b079cf |
line wrap: on
line source
pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnt.pc lib_LTLIBRARIES = libgnt.la libgnt_la_SOURCES = \ gntwidget.c \ gntbox.c \ gntbutton.c \ gntcolors.c \ gntentry.c \ gntlabel.c \ gnttextview.c \ gnttree.c \ gntutils.c \ gntmain.c libgnt_la_headers = \ gntwidget.h \ gntbox.h \ gntbutton.h \ gntcolors.h \ gntentry.h \ gntkeys.h \ gntlabel.h \ gnttextview.h \ gnttree.h \ gntutils.h \ gnt.h libgnt_laincludedir=$(includedir)/gnt libgnt_lainclude_HEADERS = \ $(libgnt_la_headers) libgnt_la_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS) libgnt_la_LDFLAGS = -export-dynamic libgnt_la_LIBADD = \ $(GLIB_LIBS) \ $(STATIC_LINK_LIBS) \ -lncursesw -lpanelw AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ -Wall