2003-04-06 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 6 Apr 2003 23:53:27 +0000 (23:53 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 6 Apr 2003 23:53:27 +0000 (23:53 +0000)
commitdf008ef97deacd5bb00ac335e5d8671798fa09dd
tree806477f545a05128aa17f6981d4f6185cf7587fe
parent856361ff5b8ce701cdb447085931d3076ee52008
2003-04-06  Havoc Pennington  <hp@pobox.com>

* dbus/Makefile.am: split lists of sources into stuff that goes in
the library, util functions that go in the lib and are also used
elsewhere, and util functions that are used in tests/daemon but
don't go in the lib.

* dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
here so it can be used in test binaries also
14 files changed:
ChangeLog
bus/Makefile.am
bus/activation.c
bus/bus.c
bus/bus.h
bus/connection.c
bus/dispatch.c
bus/loop.c [deleted file]
bus/loop.h [deleted file]
bus/main.c
bus/test.c
bus/utils.c
bus/utils.h
dbus/Makefile.am