Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/addons/Makefile.am
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@gmail.com>2009-07-02 05:27:27 (GMT)
committer Simon Poirier <simpoir@gmail.com>2009-07-02 05:27:27 (GMT)
commit9fafb49af210e956d43d6a00106558d1a00d13df (patch)
tree5732d7950fab9915705685e0612ef4186111ef4a /src/sugar/tutorius/addons/Makefile.am
parent651700dfb6f42c61b8791b75f78cc60f7234ec92 (diff)
* Modularized actions and event filters through add-on components
* Working serialization * Working editor with addons * began refactoring actions and events ** fixed some tests to work with addons ** filters and actions tests won't pass until refactoring is done
Diffstat (limited to 'src/sugar/tutorius/addons/Makefile.am')
-rw-r--r--src/sugar/tutorius/addons/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sugar/tutorius/addons/Makefile.am b/src/sugar/tutorius/addons/Makefile.am
new file mode 100644
index 0000000..3d1d18a
--- /dev/null
+++ b/src/sugar/tutorius/addons/Makefile.am
@@ -0,0 +1,6 @@
+sugardir = $(pythondir)/sugar/tutorius/addons
+sugar_PYTHON = \
+ __init__.py \
+ bubblemessage.py \
+ gtkwidgeteventfilter.py \
+ dialogmessage.py