view libpurple/ciphers/Makefile.am @ 32690:650d40e86c10

GDK_DISPLAY has been deprecated, and its replacement has been around for a long time.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 09 Oct 2011 04:55:33 +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)