From 329ac511e9fec88df27b07d31a532d7826516f30 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 24 Aug 2005 19:58:32 +0000 Subject: - Merged changed from the DBUS_0_36_1 bugfix branch --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile.am') diff --git a/python/Makefile.am b/python/Makefile.am index a688a13c..52ba8e5b 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -5,7 +5,7 @@ INCLUDES=-I$(srcdir)/$(top_builddir) -I$(srcdir)/$(top_builddir)/dbus $(DBUS_CLI dbusmoduledir = $(pyexecdir) dbusmodule_PYTHON = dbus.pth -dbusdir = $(pythondir)/dbus +dbusdir = $(pyexecdir)/dbus dbus_PYTHON = __init__.py _dbus.py decorators.py exceptions.py service.py proxies.py _util.py types.py matchrules.py glib.py dbusbindingsdir = $(pyexecdir)/dbus -- cgit