cpw.gillux.detachablepurple: 13dfb068: Added the D-Bus part of blist-node to th...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Sun May 20 13:20:57 EDT 2012


----------------------------------------------------------------------
Revision: 13dfb068ec31357f7f41cfa9f7afe038849d14cd
Parent:   7eb56a2aa0e8cf5543132d1e0341d3e054888066
Author:   gillux at soc.pidgin.im
Date:     05/20/12 13:08:08
Branch:   im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/13dfb068ec31357f7f41cfa9f7afe038849d14cd

Changelog: 

Added the D-Bus part of blist-node to the Makefile.

Changes against parent 7eb56a2aa0e8cf5543132d1e0341d3e054888066

  patched  libpurple/Makefile.am

-------------- next part --------------
============================================================
--- libpurple/Makefile.am	05b6a31d9610885ec791e09ddf3a01cba1621ddf
+++ libpurple/Makefile.am	12c3d7eba4b2cd1c5554333a99b84a90c214435d
@@ -209,6 +209,7 @@ purple_builtheaders = \
 	purple.h version.h marshallers.h enums.h \
 	dbus/account.xml.h \
 	dbus/blist.xml.h \
+	dbus/blist-node.xml.h \
 	dbus/buddy.xml.h \
 	dbus/callback.xml.h \
 	dbus/chat.xml.h \
@@ -277,6 +278,9 @@ dbus/blist.xml.h: dbus/blist.xml
 dbus/blist.xml.h: dbus/blist.xml
 	$(AM_V_GEN)dbus/dbusxml-to-c.py $< purple_blist $@
 
+dbus/blist-node.xml.h: dbus/blist-node.xml
+	$(AM_V_GEN)dbus/dbusxml-to-c.py $< purple_blist_node $@
+
 dbus/buddy.xml.h: dbus/buddy.xml
 	$(AM_V_GEN)dbus/dbusxml-to-c.py $< purple_buddy $@
 
@@ -316,6 +320,7 @@ dbus_sources  = dbus-server.c dbus-usefu
 	dbus/connection.c \
 	dbus/contact.c \
 	dbus/blist.c \
+	dbus/blist-node.c \
 	dbus/group.c \
 	glib-2.30.c
 


More information about the Commits mailing list