view libpurple/ciphers/Makefile.am @ 32316:14787acaf9d7

Patch from OpenBSD Ports to fix finch build on OpenBSD
author Ethan Blanton <elb@pidgin.im>
date Fri, 21 Oct 2011 14:36:06 +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)