Mercurial > pidgin.yaz
view console/Makefile.am @ 14482:a5c7db7be826
[gaim-migrate @ 17201]
Prevent irc accounts from being disconnected for long periods without us noticing. Use the prpl keepalive cb to ping the server if we haven't received anything in at least 60 seconds.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 09 Sep 2006 19:39:31 +0000 |
parents | 9c6533500fff |
children | f283ebe419e4 |
line wrap: on
line source
if ENABLE_GNT SUBDIRS = libgnt plugins bin_PROGRAMS = gntgaim gntgaim_SOURCES = \ gntaccount.c \ gntblist.c \ gntconn.c \ gntconv.c \ gntdebug.c \ gntgaim.c \ gntnotify.c \ gntplugin.c \ gntprefs.c \ gntrequest.c \ gntstatus.c \ gntui.c gntgaim_headers = \ gntaccount.h \ gntblist.h \ gntconn.h \ gntconv.h \ gntdebug.h \ gntnotify.h \ gntplugin.c \ gntprefs.h \ gntrequest.h \ gntstatus.h \ gntui.h gntgaimincludedir=$(includedir)/gaim/gnt gntgaiminclude_HEADERS = \ $(gntgaim_headers) gntgaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gntgaim_LDFLAGS = -export-dynamic gntgaim_LDADD = \ @LIBOBJS@ \ $(DBUS_LIBS) \ $(STATIC_LINK_LIBS) \ $(INTLLIBS) \ $(GLIB_LIBS) \ $(LIBXML_LIBS) \ $(GNT_LIBS) \ ./libgnt/libgnt.la \ $(top_builddir)/libgaim/libgaim.la AM_CPPFLAGS = \ -DSTANDALONE \ -DBR_PTHREADS=0 \ -DDATADIR=\"$(datadir)\" \ -DLIBDIR=\"$(libdir)/gaim/\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -I$(top_srcdir)/libgaim/ \ -I$(top_srcdir) \ -I$(srcdir)/libgnt/ \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ $(LIBXML_CFLAGS) \ $(GNT_CFLAGS) endif