comparison src/protocols/silc/Makefile.am @ 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 2cc05a9e944d
children
comparison
equal deleted inserted replaced
12058:d5daff460913 12059:7bef0fa7d4aa
1 EXTRA_DIST = README TODO Makefile.mingw 1 EXTRA_DIST = README TODO Makefile.mingw
2 2
3 pkgdir = $(libdir)/gaim 3 pkgdir = $(libdir)/gaim
4 4
5 SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c 5 SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c wb.c wb.h
6 6
7 AM_CFLAGS = $(st) 7 AM_CFLAGS = $(st)
8 8
9 libsilcgaim_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 9 libsilcgaim_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
10 10