Mercurial > pidgin
view libpurple/ciphers/Makefile.am @ 32811:3d69d8e964a3
The XMPP Console incorrectly shows non-XMPP accounts that sign on after opening.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 31 May 2012 05:38:31 +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)