diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2004-06-23 14:59:44 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2004-06-23 14:59:44 +0000 |
commit | 5d58a040185bf266be2119c92383ae6c726c27e3 (patch) | |
tree | 14fb2f34d7dd7fa5dae6f135e26bf6194348a261 /python/Makefile.am | |
parent | a2a5df49d62553c3615a4525e46fe3f567c1c797 (diff) | |
download | dbus-5d58a040185bf266be2119c92383ae6c726c27e3.tar.gz |
* switched include directory from glib/ to dbus/
since dbus-glib.h moved
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index a1e22b86..25191630 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 |