Sat, 12 Nov 2005 23:11:23 +0000
[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)