view libpurple/ciphers/Makefile.am @ 31234:b678afdc2b8f

When a jabber identity is added or removed, the caps_hash that would be created changes; uncache it so that it is recalculated as appropriate. applied changes from 72a1ab897368e57934b7b5d2e58e897e679efabe through 4bb0587b181457c9971826f9a448bdbcdab4a9cf
author Evan Schoenberg <evan.s@dreskin.net>
date Mon, 21 Feb 2011 00:17:36 +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)