From 496f1e18a95604ee9008d4a01d50248d0c5532fb Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Sun, 15 Jun 2003 10:45:07 +0000 Subject: 2003-06-15 Joe Shaw * configure.in: Check for socklen_t. * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined. * test/test-segfault.c: Add #include * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since dbus-launch needs it. --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile.am') 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 -- cgit