From 163f42a8b14491ea6f70a20a8d93f580d43f6c40 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 25 Aug 2006 19:50:16 +0000 Subject: * configure.in, dbus/Makefile.am, test/name-test/run-test.sh, test/name-test/Makefile.am: Fixed some issues with getting get dbus to build with builddir != srcdir (Taken from a patch by Bernard Leak ) --- dbus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 088b6e36..c3aab810 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) -DDBUS_COMPILATION +INCLUDES=-I$(top_builddir) -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) -DDBUS_COMPILATION dbusincludedir=$(includedir)/dbus-1.0/dbus dbusarchincludedir=$(libdir)/dbus-1.0/include/dbus -- cgit