view libpurple/ciphers/Makefile.am @ 31438:b2d654b109b8

Correct attributions to Dustin Gathmann
author Ethan Blanton <elb@pidgin.im>
date Mon, 28 Mar 2011 19:57:20 +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)