From: John (J5) Palmieri Date: Wed, 23 Jun 2004 14:59:44 +0000 (+0000) Subject: * switched include directory from glib/ to dbus/ X-Git-Tag: dbus-0.22~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d58a040185bf266be2119c92383ae6c726c27e3;p=thirdparty%2Fdbus.git * switched include directory from glib/ to dbus/ since dbus-glib.h moved --- diff --git a/ChangeLog b/ChangeLog index cb441bdb1..c85889f6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-23 John (J5) Palmieri + + * python/Makefile.am: switched include directory from glib/ to dbus/ + since dbus-glib.h moved + 2004-06-22 Olivier Andrieu * configure.in: prevent building the gcj stuff and libxml loader diff --git a/python/Makefile.am b/python/Makefile.am index a1e22b868..251916303 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=examples -INCLUDES=-I$(top_builddir) -I$(top_builddir)/glib $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES) +INCLUDES=-I$(top_builddir) -I$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES) dbusdir = $(pythondir) dbus_PYTHON = dbus.py