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:
authorJean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-25 02:36:54 (GMT)
committer Jean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-25 02:36:54 (GMT)
commit6b6d0f70637c922c9576366d38e5a05dc07c8aa5 (patch)
tree483d00e26084355e9b36e631fc6382e43f3f99e7 /src/sugar/tutorius/Makefile.am
parent7b434e2f601aeea6be5b12e1e954a95f4e77b69d (diff)
[LP 341760] Serializer : Completed XML serializer and working save/load
tests in serializertests.py
Diffstat (limited to 'src/sugar/tutorius/Makefile.am')
-rw-r--r--src/sugar/tutorius/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/sugar/tutorius/Makefile.am b/src/sugar/tutorius/Makefile.am
index 8805314..0632e47 100644
--- a/src/sugar/tutorius/Makefile.am
+++ b/src/sugar/tutorius/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = uam
+
sugardir = $(pythondir)/sugar/tutorius
sugar_PYTHON = \
__init__.py \
@@ -9,5 +11,8 @@ sugar_PYTHON = \
services.py \
overlayer.py \
editor.py \
- linear_creator.py\
+ linear_creator.py \
+ constraints.py \
+ properties.py \
+ tutoserialize.py \
bundler.py