From 7c434a849a161c4514f3759659ac7af9ecddc721 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 14 Apr 2003 03:25:19 +0000 Subject: 2003-04-13 Havoc Pennington * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs from Philip Blundell to send messages and monitor them. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 65312332..2bf9a509 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ if HAVE_QT QT_SUBDIR=qt endif -SUBDIRS=dbus bus test doc $(GLIB_SUBDIR) $(QT_SUBDIR) +SUBDIRS=dbus bus test doc $(GLIB_SUBDIR) $(QT_SUBDIR) tools pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-1.0.pc $(GLIB_PC) -- cgit