[gaim-migrate @ 14354]

Sat, 12 Nov 2005 23:11:23 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sat, 12 Nov 2005 23:11:23 +0000
changeset 12059
08e78c104c51
parent 12058
6d4b6e3bd0ba
child 12060
02c6d16cb1ec

[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.

src/protocols/silc/Makefile.am file | annotate | diff | comparison | revisions
--- 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)
 

mercurial