Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/Makefile.am
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@gmail.com>2009-07-11 21:39:46 (GMT)
committer Simon Poirier <simpoir@gmail.com>2009-07-11 22:00:30 (GMT)
commit0c3f127c86af818d260966d2292b199757087157 (patch)
tree62cf941aef5bde83641a17ec492e03d0ecb17386 /tutorius/Makefile.am
parent9fafb49af210e956d43d6a00106558d1a00d13df (diff)
repackage
Diffstat (limited to 'tutorius/Makefile.am')
-rw-r--r--tutorius/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/tutorius/Makefile.am b/tutorius/Makefile.am
new file mode 100644
index 0000000..072a119
--- /dev/null
+++ b/tutorius/Makefile.am
@@ -0,0 +1,19 @@
+SUBDIRS = uam addons
+
+sugardir = $(pythondir)/sugar/tutorius
+sugar_PYTHON = \
+ __init__.py \
+ core.py \
+ dialog.py \
+ actions.py \
+ gtkutils.py \
+ filters.py \
+ services.py \
+ overlayer.py \
+ editor.py \
+ constraints.py \
+ properties.py \
+ creator.py \
+ bundler.py \
+ linear_creator.py \
+ addon.py