[at-spi] Move decision to use CORBA vs. D-Bus into D-Bus's pyatspi module. Install to Python bindings into th



commit b09602535778a109ad246b45ab5766608239b2d9
Author: Willie Walker <william walker sun com>
Date:   Wed Jan 6 13:46:16 2010 -0500

    Move decision to use CORBA vs. D-Bus into D-Bus's pyatspi module.
    Install to Python bindings into the Python pyatspi_corba module by
    default, but use --disable-relocate to install into the Python
    pyatspi module.

 configure.in                 |    1 -
 pyatspi/Makefile.am          |   10 +---------
 pyatspi/pyatspi-corba.pth.in |    1 -
 3 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/configure.in b/configure.in
index cf7371f..c557465 100644
--- a/configure.in
+++ b/configure.in
@@ -272,7 +272,6 @@ cspi/Makefile
 cspi/bonobo/Makefile
 pyatspi/Makefile
 pyatspi/__init__.py
-pyatspi/pyatspi-corba.pth
 ])
 
 echo "AT-SPI setup:
diff --git a/pyatspi/Makefile.am b/pyatspi/Makefile.am
index 5c3abdb..0c13d0b 100644
--- a/pyatspi/Makefile.am
+++ b/pyatspi/Makefile.am
@@ -7,15 +7,7 @@ pyatspi_PYTHON = \
 	utils.py
 
 if RELOCATE
-    pyatspidir=$(pyexecdir)/pyatspi-corba/pyatspi
+    pyatspidir=$(pyexecdir)/pyatspi_corba
 else
     pyatspidir=$(pyexecdir)/pyatspi
 endif
-
-if RELOCATE
-install-exec-local:
-	@$(MKDIR_P) $(DESTDIR)$(pyexecdir)
-	cp pyatspi-corba.pth $(DESTDIR)$(pyexecdir)
-uninstall-local:
-	@rm $(DESTDIR)$(pyexecdir)/pyatspi-corba.pth
-endif



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