comparison src/protocols/yahoo/Makefile.am @ 6513:63c449a1022f

[gaim-migrate @ 7030] Tim Ringenbach (marv_sf) writes: " This processes yahoo's weird color codes, and turns them into normal html. It also strips about fade, alt, and snd tags, while its at it. This doesn't make gaim send valid yahoo color codes, however. If you don't like some aspect of this patch, let me know and I'll fix it. Actually, I added a couple files, and cvs diff wouldn't cooperate, so I just tarred up the patch and the new files. Maybe I should have just stuck it all in yahoo.c. Oh well, you can make me redo it if you don't like it." someone test this and provide patches for any bugs. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 20 Aug 2003 01:17:26 +0000
parents 8f94cce8faa5
children 7b878ee8f064
comparison
equal deleted inserted replaced
6512:22acbf225a53 6513:63c449a1022f
4 pkgdir = $(libdir)/gaim 4 pkgdir = $(libdir)/gaim
5 5
6 YAHOOSOURCES = \ 6 YAHOOSOURCES = \
7 crypt.c \ 7 crypt.c \
8 md5.h \ 8 md5.h \
9 yahoo.c 9 yahoo.h \
10 yahoo.c \
11 util.c
10 12
11 AM_CFLAGS = $(st) 13 AM_CFLAGS = $(st)
12 14
13 libyahoo_la_LDFLAGS = -module -avoid-version 15 libyahoo_la_LDFLAGS = -module -avoid-version
14 16