Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/intro/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/intro/Makefile.am')
-rw-r--r--src/intro/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/intro/Makefile.am b/src/intro/Makefile.am
new file mode 100644
index 0000000..3b92ea0
--- /dev/null
+++ b/src/intro/Makefile.am
@@ -0,0 +1,10 @@
+imagedir = $(pkgdatadir)/shell/intro
+image_DATA = default-picture.png
+
+EXTRA_DIST = $(conf_DATA) $(image_DATA)
+sugardir = $(pkgdatadir)/shell/intro
+sugar_PYTHON = \
+ __init__.py \
+ colorpicker.py \
+ intro.py \
+ glive.py