summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gio/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bdec05..d9457c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-07 Johan Dahlin <johan@gnome.org>
+
+ * gio/Makefile.am (pygiodir): Install gio in the right location
+
2008-04-06 Johan Dahlin <johan@gnome.org>
* tests/test_gio.py: Add tests for recently added features.
diff --git a/gio/Makefile.am b/gio/Makefile.am
index e37b5c3..482150b 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -16,11 +16,11 @@ defs_DATA =
pyexec_LTLIBRARIES =
# gio extension modules
-pkgpyexecdir = $(pyexecdir)/gtk-2.0
+pkgpyexecdir = $(pyexecdir)/gtk-2.0/gio
pkgpyexec_LTLIBRARIES =
# gio python scripts
-pygiodir = $(pkgpyexecdir)/gtk-2.0
+pygiodir = $(pkgpyexecdir)
pygio_PYTHON = __init__.py
# linker flags