From 5d58a040185bf266be2119c92383ae6c726c27e3 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 23 Jun 2004 14:59:44 +0000 Subject: [PATCH] * switched include directory from glib/ to dbus/ since dbus-glib.h moved --- ChangeLog | 5 +++++ python/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb441bd..c85889f 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 a1e22b8..2519163 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 -- 2.7.4