summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2002-12-25 14:18:04 +0000
committerAnders Carlsson <andersca@codefactory.se>2002-12-25 14:18:04 +0000
commitf25559f534de1d81631b0c517b24a9b0e0818d21 (patch)
tree61e6fb612eb3e44d23850454babf4df79e794168 /dbus/Makefile.am
parent0d1de7612dc9e9649e59064bca5610357888a382 (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.am2
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 \