summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2003-06-15 10:45:07 +0000
committerJoe Shaw <joeshaw@novell.com>2003-06-15 10:45:07 +0000
commit496f1e18a95604ee9008d4a01d50248d0c5532fb (patch)
tree8140a675d75b2185a080804936a7edeb8e1a6dfc /tools
parent6a109938f7a4fc726997985b6de66cf573961986 (diff)
2003-06-15 Joe Shaw <joe@assbarn.com>
* configure.in: Check for socklen_t. * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined. * test/test-segfault.c: Add #include <sys/time.h> * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since dbus-launch needs it.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 04148bc7..80957854 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS)
+INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_X_CFLAGS)
if HAVE_GLIB
GLIB_TOOLS=dbus-monitor