From 901eeaf675aece3c2ba199a1532dbe07d80b51c5 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 7 Apr 2008 12:34:12 +0000 Subject: Install gio in the right location 2008-04-07 Johan Dahlin * gio/Makefile.am (pygiodir): Install gio in the right location svn path=/trunk/; revision=763 --- ChangeLog | 4 ++++ gio/Makefile.am | 4 ++-- 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 + + * gio/Makefile.am (pygiodir): Install gio in the right location + 2008-04-06 Johan Dahlin * 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 -- cgit