view libpurple/ciphers/Makefile.am @ 31670:2b041e31b825

Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files
author Gary Kramlich <grim@reaperworld.com>
date Thu, 17 Feb 2011 00:42:53 +0000
parents 076d62344ede
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)