Mercurial > pidgin
view src/protocols/gg/Makefile.am @ 13847:6c965941d0e0
[gaim-migrate @ 16303]
08:50:00 <+Paco-Paco> deryni: instead of Tcl_NewIntObj((int)conv), you should
use gaim_tcl_ref_new(GaimTclRefConversation, conv)
Done and done.
Next up, error messages (later).
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 21 Jun 2006 15:14:26 +0000 |
parents | cafb9a4b206f |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ lib/common.c \ lib/compat.h \ lib/COPYING \ lib/dcc.c \ lib/events.c \ lib/http.c \ lib/libgadu.c \ lib/libgadu-config.h \ lib/libgadu.h \ lib/obsolete.c \ lib/pubdir50.c \ lib/pubdir.c pkgdir = $(libdir)/gaim GGSOURCES = \ gg-utils.h \ gg-utils.c \ confer.h \ confer.c \ search.h \ search.c \ buddylist.h \ buddylist.c \ gg.h \ gg.c AM_CFLAGS = $(st) libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_GG st = -DGAIM_STATIC_PRPL $(GADU_CFLAGS) noinst_LIBRARIES = libgg.a pkg_LTLIBRARIES = libgg_a_SOURCES = $(GGSOURCES) libgg_a_CFLAGS = $(AM_CFLAGS) libgg_a_LIBADD = $(GADU_LIBS) else st = $(GADU_CFLAGS) pkg_LTLIBRARIES = libgg.la noinst_LIBRARIES = libgg_la_SOURCES = $(GGSOURCES) libgg_la_LIBADD = $(GADU_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)