[pyatspi2] Make the example noinst



commit 1c0fb118a85d1f175fb2d0c57e22c806ac3f9887
Author: Mike Gorse <mgorse suse com>
Date:   Sat Feb 23 17:16:46 2013 -0600

    Make the example noinst
    
    The example currently doesn't run with Python 3, so let's not install it
    for now.

 examples/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index da0fac8..03e74be 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-pyatspi_SCRIPTS = magFocusTracker.py
+noinst_SCRIPTS = magFocusTracker.py
 
 EXTRA_DIST = magFocusTracker.py
 


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