Mercurial > pidgin
changeset 12059:7bef0fa7d4aa
[gaim-migrate @ 14354]
The previous commit didn't work because wb.{c,h} were not added to the
SILC sources in Makefile.am; this fixes SILC whiteboard so it actually
compiles. Oops.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 12 Nov 2005 23:11:23 +0000 |
parents | d5daff460913 |
children | f7d2f637ff03 |
files | src/protocols/silc/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/silc/Makefile.am Sat Nov 12 23:04:44 2005 +0000 +++ b/src/protocols/silc/Makefile.am Sat Nov 12 23:11:23 2005 +0000 @@ -2,7 +2,7 @@ pkgdir = $(libdir)/gaim -SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c +SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c wb.c wb.h AM_CFLAGS = $(st)