diff options
author | Havoc Pennington <hp@redhat.com> | 2006-11-15 03:07:59 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-11-15 03:07:59 +0000 |
commit | 142f95d76a878128af897b84c5d2dadc2520acb1 (patch) | |
tree | 84e4764bf6e0c7cca04c0e9634d4108a8f4d4dc7 /dbus/Makefile.am | |
parent | 11c7e13107b05bd0d39a434c74859b6c5d9a2541 (diff) |
2006-11-14 Havoc Pennington <hp@redhat.com>
* dbus/dbus-misc.c, dbus/dbus-misc.h: Move
dbus_get_local_machine_id() to its own file, no substantive
changes. There are a couple other things we might want to add that
are "misc" so moving out of dbus-connection.[hc] which is big
enough already.
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 c6fb4755..70d5b371 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -17,6 +17,7 @@ dbusinclude_HEADERS= \ dbus-macros.h \ dbus-memory.h \ dbus-message.h \ + dbus-misc.h \ dbus-pending-call.h \ dbus-protocol.h \ dbus-server.h \ @@ -54,6 +55,7 @@ DBUS_LIB_SOURCES= \ dbus-message.c \ dbus-message-internal.h \ dbus-message-private.h \ + dbus-misc.c \ dbus-object-tree.c \ dbus-object-tree.h \ dbus-pending-call.c \ |