view libpurple/ciphers/Makefile.am @ 31460:c62dc6d25802

Add the DigiCert High Assurance CA-3 intermediate CA. For Facebook. Paul already added the other changes required for this but not the cert itself.
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Apr 2011 02:35:17 +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)