Mercurial > pidgin.yaz
view libpurple/ciphers/Makefile.am @ 32408:16b33ffd75f8
merge of '1ca17dd26ee879f7580c72b03d018e444e0a5144'
and '9000557e8a6b7649547a10cfc0fe85dbb8ce661d'
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 25 Aug 2011 04:40:34 +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)