Mercurial > pidgin
view libpurple/ciphers/Makefile.am @ 31452:30c0ce14388a
Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | lelongt@gmail.com |
---|---|
date | Thu, 07 Apr 2011 02:17:57 +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)