[pygda] Fix the install, not using the gtk-2.0 directory.



commit b1f9f4e27e9b0b7ae2cdbd34a84ab0613d7d5658
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jan 6 14:03:25 2011 +0100

    Fix the install, not using the gtk-2.0 directory.
    
    * gda/Makefile.am: Install the module directly in the, for instance,
    site-packages directory, instead of in the gtk-2.0 sub-directory.
    That seemed to work with gnome-python-extras, or with my previous Ubuntu
    Maverick install, but the import could not find it with my current Ubuntu
    Natty install, in jhbuild.

 ChangeLog       |   10 ++++++++++
 gda/Makefile.am |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 758caeb..f6883ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-06  Murray Cumming  <murrayc murrayc com>
+
+	Fix the install, not using the gtk-2.0 directory.
+
+	* gda/Makefile.am: Install the module directly in the, for instance, 
+	site-packages directory, instead of in the gtk-2.0 sub-directory.
+	That seemed to work with gnome-python-extras, or with my previous Ubuntu 
+	Maverick install, but the import could not find it with my current Ubuntu 
+	Natty install, in jhbuild.
+
 2010-11-07  Murray Cumming  <murrayc murrayc com>
 
 	Depend on pygobject instead of pygtk.
diff --git a/gda/Makefile.am b/gda/Makefile.am
index c996513..4fc3f13 100644
--- a/gda/Makefile.am
+++ b/gda/Makefile.am
@@ -18,8 +18,8 @@ pkgconfig_DATA = \
 
 common_ldflags = -module -avoid-version -no-undefined
 
-pkgpythondir = $(pyexecdir)/gtk-2.0
-pkgpyexecdir = $(pyexecdir)/gtk-2.0
+pkgpythondir = $(pyexecdir)
+pkgpyexecdir = $(pyexecdir)
 
 #common_ldflags = -module -avoid-version
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]