Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/Makefile.am
diff options
context:
space:
mode:
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