Sat, 28 Aug 2004 19:09:38 +0000
[gaim-migrate @ 10797]
(15:09:36) shx: I've got a doubt... what am I considered in Gaim? a crazy
patch writer?
(15:10:06) LSchiere: of course
(15:10:09) LSchiere: are you not on the list?
(15:10:23) LSchiere: mmm. you aren't. that needs to be fixed
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)