Mercurial > pidgin.yaz
view libpurple/ciphers/Makefile.am @ 31990:e1d31abb245c
bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.
Without this, there will be an infinite loop when there are duplicate IPs in
the list for a buddy (e.g. when you receive notifications on multiple
interfaces).
Refs #13773
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 03 May 2011 16:37:16 +0000 |
parents | 2b041e31b825 |
children |
line wrap: on
line source
noinst_LTLIBRARIES=libpurple-ciphers.la libpurple_ciphers_la_SOURCES=\ des.c \ gchecksum.c \ hmac.c \ md4.c \ md5.c \ rc4.c \ sha1.c \ sha256.c INCLUDES = -I$(top_srcdir)/libpurple AM_CPPFLAGS = \ $(GLIB_CFLAGS)