[pyatspi2] Include interim focus tracker in distribution of pyatspi2.



commit 7e5efe67e8a2b9628aa7ddca40af3bc5505d72af
Author: Joseph Scheuhammer <clown alum mit edu>
Date:   Tue Sep 4 13:36:05 2012 -0400

    Include interim focus tracker in distribution of pyatspi2.
    
    Modified make system to include distribution of interim focus
    tracker, including the entire examples folder.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682636

 Makefile.am          |    2 +-
 configure.ac         |    1 +
 examples/Makefile.am |    6 ++++++
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3df7a57..286af83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=pyatspi
+SUBDIRS=pyatspi examples
 
 if ENABLE_TESTING
 SUBDIRS+=tests
diff --git a/configure.ac b/configure.ac
index 386cba7..d48772f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,6 +85,7 @@ AC_CONFIG_FILES([Makefile
 		 tests/pyatspi/pasytest/Makefile
 		 tests/apps/Makefile
 		 pyatspi/Makefile
+		 examples/Makefile
 		])
 
 AC_OUTPUT
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..b1f2d77
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,6 @@
+examplesdir = $(pythondir)/examples
+
+examples_PYTHON = \
+		magFocusTracker.py
+
+CLEANFILES = *.pyc



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