Mercurial > pidgin.yaz
view console/Makefile.am @ 14806:a2be9307d58d
[gaim-migrate @ 17571]
18:40:29 <casted> Hi, I found a bug in the gaim-remote script
18:41:48 <casted> ok. On line 104 it is currently: status_type = gaim.GaimSavedStatusGetType(current)
18:41:57 <casted> but should be: status_type = gaim.GaimSavedstatusGetType(current)
18:42:06 <casted> the status must be lowercase
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 23 Oct 2006 23:30:15 +0000 |
parents | bcf89a7c69db |
children | be2feab10c71 |
line wrap: on
line source
if ENABLE_GNT SUBDIRS = libgnt plugins bin_PROGRAMS = gaim-text gaim_text_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 gaim_text_headers = \ gntaccount.h \ gntblist.h \ gntconn.h \ gntconv.h \ gntdebug.h \ gntgaim.h \ gntnotify.h \ gntplugin.h \ gntprefs.h \ gntrequest.h \ gntstatus.h \ gntui.h gaim_textincludedir=$(includedir)/gaim/gnt gaim_textinclude_HEADERS = \ $(gaim_text_headers) gaim_text_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) gaim_text_LDFLAGS = -export-dynamic gaim_text_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