# HG changeset patch # User Ethan Blanton # Date 1131837083 0 # Node ID 7bef0fa7d4aafac283e6236fc819c87fb2053682 # Parent d5daff4609134b18e7d333678baf9b6704c0dacd [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 diff -r d5daff460913 -r 7bef0fa7d4aa src/protocols/silc/Makefile.am --- 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)