Mercurial > pidgin
view libpurple/protocols/irc/Makefile.am @ 27845:975fc5f64438
Ignore buddies with invalid emails in the membership list or address book,
which, to be honest, were probably caused by older versions of Pidgin that
were not checking and sending the invalid buddies anyway.
Fixes #9505.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 06 Aug 2009 05:25:23 +0000 |
parents | e33a91b8b8f6 |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) IRCSOURCES = \ cmds.c \ dcc_send.c \ irc.c \ irc.h \ msgs.c \ parse.c AM_CFLAGS = $(st) libirc_la_LDFLAGS = -module -avoid-version if STATIC_IRC st = -DPURPLE_STATIC_PRPL noinst_LTLIBRARIES = libirc.la libirc_la_SOURCES = $(IRCSOURCES) libirc_la_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libirc.la libirc_la_SOURCES = $(IRCSOURCES) libirc_la_LIBADD = $(GLIB_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)