Tue, 23 Nov 2004 06:14:15 +0000
[gaim-migrate @ 11386]
I changed gaim_find_conversation and gaim_find_conversation_with_account
The first parameter is now one of GAIM_CONV_IM, GAIM_CONV_CHAT or
GAIM_CONV_ANY. Unfortunately, this changes a bajillion files.
Please look over this and make sure I use the correct type everywhere.
Especially in Novell and MSN, and somewhat in SILC.
EXTRA_DIST = README TODO Makefile.mingw pkgdir = $(libdir)/gaim SILCSOURCES = silc.c silcgaim.h buddy.c chat.c ft.c ops.c pk.c util.c AM_CFLAGS = $(st) libsilcgaim_la_LDFLAGS = -module -avoid-version if STATIC_SILC st = -DGAIM_STATIC_PRPL $(SILC_CFLAGS) noinst_LIBRARIES = libsilcgaim.a pkg_LTLIBRARIES = libsilcgaim_a_SOURCES = $(SILCSOURCES) libsilcgaim_a_CFLAGS = $(AM_CFLAGS) libsilcgaim_a_LIBADD = $(SILC_LIBS) else st = $(SILC_CFLAGS) pkg_LTLIBRARIES = libsilcgaim.la noinst_LIBRARIES = libsilcgaim_la_SOURCES = $(SILCSOURCES) libsilcgaim_la_LIBADD = $(SILC_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)