Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/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/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/Makefile.am')
-rw-r--r--src/sugar/tutorius/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sugar/tutorius/Makefile.am b/src/sugar/tutorius/Makefile.am
index 65b20f9..072a119 100644
--- a/src/sugar/tutorius/Makefile.am
+++ b/src/sugar/tutorius/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = uam
+SUBDIRS = uam addons
sugardir = $(pythondir)/sugar/tutorius
sugar_PYTHON = \
@@ -15,4 +15,5 @@ sugar_PYTHON = \
properties.py \
creator.py \
bundler.py \
- linear_creator.py
+ linear_creator.py \
+ addon.py