dbus/dbus Makefile.am,1.78,1.79

John Palmieri johnp at kemper.freedesktop.org
Fri Aug 25 12:50:18 PDT 2006


Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv26577/dbus

Modified Files:
	Makefile.am 
Log Message:
* 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
  <bernard at brenda-arkle dot demon dot co dot uk>)


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/dbus/Makefile.am,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Makefile.am	3 Aug 2006 20:34:36 -0000	1.78
+++ Makefile.am	25 Aug 2006 19:50:16 -0000	1.79
@@ -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



More information about the dbus-commit mailing list