diff options
author | Colin Walters <walters@verbum.org> | 2003-05-16 16:01:56 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2003-05-16 16:01:56 +0000 |
commit | 351a91c7365c086942cd9409f9998b01c8b26280 (patch) | |
tree | f43997e09ec89487f3dde3c0ee330febea3c095b /bus/Makefile.am | |
parent | a1d3ffb0d417e793ca19a9087000c0dbc3641817 (diff) | |
download | dbus-351a91c7365c086942cd9409f9998b01c8b26280.tar.gz |
2003-05-16 Colin Walters <walters@verbum.org>
* tools/dbus-monitor.c: Add --session argument and usage()
function.
* tools/dbus-monitor.1: Update with new --session arg.
* bus/Makefile.am (install-data-hook): Create
$(libdir)/dbus-1.0/services so that the session bus is happy.
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r-- | bus/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am index 8c316f30..27735077 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -86,6 +86,7 @@ clean-local: install-data-hook: $(mkinstalldirs) $(DESTDIR)/$(localstatedir)/run/dbus $(mkinstalldirs) $(DESTDIR)/$(configdir)/system.d + $(mkinstalldirs) $(DESTDIR)/$(libdir)/dbus-1.0/services #### Init scripts fun SCRIPT_IN_FILES=messagebus.in |