Mercurial > pidgin.yaz
changeset 16793:ea82b9e581a8
Expose some utility function to dbus.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 02 May 2007 15:47:39 +0000 |
parents | d0f9b2b217cf |
children | c5bcac0d593d |
files | libpurple/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/Makefile.am Wed May 02 15:38:14 2007 +0000 +++ b/libpurple/Makefile.am Wed May 02 15:47:39 2007 +0000 @@ -150,7 +150,7 @@ dbus_exported = dbus-useful.h dbus-define-api.h account.h blist.h buddyicon.h \ connection.h conversation.h core.h log.h prefs.h roomlist.h \ - savedstatuses.h status.h server.h xmlnode.h + savedstatuses.h status.h server.h util.h xmlnode.h purple_build_coreheaders = $(addprefix $(srcdir)/, $(purple_coreheaders)) dbus_build_exported = $(addprefix $(srcdir)/, $(dbus_exported))