Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/Makefile.am
blob: 072a1196012b20f7638ebfed74a84b974e7c12bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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