Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/Makefile.am
blob: 295939dce4af3270b7ef6157b8a38bb59589bd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sugardir = $(pythondir)/jarabe/journal
sugar_PYTHON =              \
	__init__.py             \
	controler.py            \
	detailview.py           \
	entry.py                \
	expandedentry.py        \
	fields.py               \
	homogenetable.py        \
	homogeneview.py         \
	journalactivity.py      \
	journalentrybundle.py   \
	journaltoolbox.py       \
	listview.py             \
	misc.py                 \
	modalalert.py           \
	model.py                \
	objectchooser.py        \
	palettes.py             \
	preview.py              \
	sugarbin.py             \
	thumbsview.py           \
	view.py                 \
	volumestoolbar.py