From b498dbcc1af41796186e721bcfea916d9fccb2c5 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 29 Mar 2004 13:24:50 +0000 Subject: 2004-03-29 Michael Meeks * glib/dbus-gobject.c (set_object_property): split out / re-work, use the property type, and not the message type(!) (get_object_property): ditto. * glib/dbus-gvalue.c (dbus_gvalue_demarshal), (dbus_gvalue_marshal): make this code re-usable, needed for signals too, also on both proxy and server side. Re-write for more efficiency / readability. --- glib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'glib/Makefile.am') diff --git a/glib/Makefile.am b/glib/Makefile.am index a45aa593..c594ece1 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -15,7 +15,9 @@ libdbus_glib_1_la_SOURCES = \ dbus-gtest.h \ dbus-gthread.c \ dbus-gutils.c \ - dbus-gutils.h + dbus-gutils.h \ + dbus-gvalue.c \ + dbus-gvalue.h libdbus_glib_1_la_LIBADD= $(DBUS_GLIB_LIBS) $(top_builddir)/dbus/libdbus-1.la ## don't export symbols that start with "_" (we use this -- cgit