view libpurple/ciphers/Makefile.am @ 32599:d9cb56d33839

Add a pidgin_create_webview utility function, which acts similarly to the imhtml version. Note that an editable webview does not yet exist, so don't call this function with editable=TRUE!
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 09 Sep 2011 01:52:12 +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)