Mercurial > pidgin
view libpurple/ciphers/Makefile.am @ 32190:8716216050ee
Set the default variant when loading the theme. The priorities
are value-from-prefs > default-from-theme > first-name-read.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 19 Sep 2011 21:03:21 +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)