Mercurial > pidgin.yaz
view plugins/gaim-remote/Makefile.am @ 6979:bdd046deec7e
[gaim-migrate @ 7535]
Two string corrections from KAMO Tomoyuki. Thanks dude
I fiddled with the prefs away message stuff...
Changed a function to static and renamed it to have a _cb at the end.
Added an away_message_click_cb() callback--double clicking on an
away message in the list brings up the edit away message window.
I want to add an "Activate" button, but I don't have time now, and
away.c needs to be core/ui split, I think, with the ability to
activate a chosen message.
The Second Annual Chips & Dip night was good. We watched The Unborn
2, which is supposed to be one of the worst movies ever. It rocked.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 27 Sep 2003 05:11:11 +0000 |
parents | 7d67e5238b40 |
children | f61c37936a41 |
line wrap: on
line source
grincludedir = $(includedir)/gaim-remote plugindir = $(libdir)/gaim lib_LTLIBRARIES = libgaim-remote.la grinclude_HEADERS = \ remote-socket.h \ remote.h libgaim_remote_la_SOURCES = remote-socket.c libgaim_remote_la_LIBADD = $(GLIB_LIBS) gaim_remote_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = gaim-remote.la gaim_remote_la_SOURCES = remote.c gaim_remote_la_LIBADD = libgaim-remote.la $(GLIB_LIBS) endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/plugins \ -I$(top_srcdir)/src \ $(GTK_CFLAGS) \ $(DEBUG_CFLAGS)