Mercurial > pidgin
view libpurple/ciphers/Makefile.am @ 31734:f71b6a715cc7
Fix some closes on invalid fds, which can crash on Windows.
committer: Ethan Blanton <elb@pidgin.im>
author | Florian Quèze <florian@instantbird.org> |
---|---|
date | Sun, 10 Jul 2011 13:11:36 +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)