diff options
author | Johan Dahlin <johan@gnome.org> | 2008-04-07 12:34:12 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-07 12:34:12 +0000 |
commit | 901eeaf675aece3c2ba199a1532dbe07d80b51c5 (patch) | |
tree | 1d1cd5b365795b86054983d8f17dbaf2f450d6dc | |
parent | ac5a2e2cf49a03dc198778bf0e95d71f36b9933c (diff) | |
download | pygobject-901eeaf675aece3c2ba199a1532dbe07d80b51c5.tar.gz pygobject-901eeaf675aece3c2ba199a1532dbe07d80b51c5.tar.xz pygobject-901eeaf675aece3c2ba199a1532dbe07d80b51c5.zip |
Install gio in the right location
2008-04-07 Johan Dahlin <johan@gnome.org>
* gio/Makefile.am (pygiodir): Install gio in the right location
svn path=/trunk/; revision=763
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | gio/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 |