Install dbus-daemon and dbus-daemon-launch-helper in the conventional way
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 22 Mar 2011 12:11:27 +0000 (12:11 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 26 Apr 2011 17:41:18 +0000 (18:41 +0100)
commitb0acdedae19f54c08e0f61833db8faf14aacaf87
treeda7dae99d6bf25f6753d1e11073d0f63fe487bb0
parent59c6663293bbbd9399f4c16611e06bbe799ddb8a
Install dbus-daemon and dbus-daemon-launch-helper in the conventional way

Also remove some pointless indirection (extra_tests etc.), don't install
the unused directory $(libexecdir)/dbus-1 (we actually install the
launch helper directly into $(libexecdir)), and allow dbus_daemondir to be
set on Windows rather than forcing dbus-daemon to be installed to
$(bindir) there.

dbus_daemon_execdir has to contain "exec" so that the dbus-daemon will be
installed by "make install-exec" and not "make install-data".

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=14512
Reviewed-by: Colin Walters <walters@verbum.org>
bus/Makefile.am