summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-08-24 19:58:32 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-08-24 19:58:32 +0000
commit329ac511e9fec88df27b07d31a532d7826516f30 (patch)
tree5c497ce6fd8a765cba2afc73fbfcdef0a6d893c3 /python/Makefile.am
parent4fef8ed39c6339101b920bcb2bdd89fdaa83dac4 (diff)
- Merged changed from the DBUS_0_36_1 bugfix branch
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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