diff options
author | Anders Carlsson <andersca@codefactory.se> | 2002-12-25 14:18:04 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@codefactory.se> | 2002-12-25 14:18:04 +0000 |
commit | f25559f534de1d81631b0c517b24a9b0e0818d21 (patch) | |
tree | 61e6fb612eb3e44d23850454babf4df79e794168 /dbus/Makefile.am | |
parent | 0d1de7612dc9e9649e59064bca5610357888a382 (diff) |
2002-12-25 Anders Carlsson <andersca@codefactory.se>
* dbus/Makefile.am:
* dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
(_dbus_marshal_int32), (_dbus_marshal_uint32),
(_dbus_demarshal_double), (_dbus_demarshal_int32),
(_dbus_demarshal_uint32), (_dbus_marshal_test):
* dbus/dbus-marshal.h:
* dbus/dbus-protocol.h:
* dbus/dbus-test.c: (main):
* dbus/dbus-test.h:
Add un-optimized marshalling/demarshalling routines.
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r-- | dbus/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 74b5dfbb..ba968ce4 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -53,6 +53,8 @@ libdbus_convenience_la_SOURCES= \ dbus-internals.h \ dbus-list.c \ dbus-list.h \ + dbus-marshal.c \ + dbus-marshal.h \ dbus-mempool.c \ dbus-mempool.h \ dbus-string.c \ |