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:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 22:36:12 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 22:36:12 (GMT)
commitae5ce06ccb1f604fa1e4eaeb16d9ba8122b4923d (patch)
treebe480c3bef999ace5c11d8faee68cff99fa20dc3 /src/intro/Makefile.am
parent652df4bf518976132eda1e9fc6b3b06f6ec4ff04 (diff)
Refactor directory structure a bit, preliminary to the
library split-out.
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