Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-09-28 10:27:47 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-09-28 10:27:47 (GMT)
commit091adf5ee3ae797507328ab72225133039dfdebb (patch)
tree27400fde442e59914b2227fa3dbee54e997591c9 /src/Makefile.am
parent28c225bcbbc76f666bbdcd6c8f31232fc2720947 (diff)
Move the shell code into site-packages.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index e1da7ce..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-SUBDIRS = controlpanel hardware journal model view intro
-
-sugardir = $(pkgdatadir)/shell
-sugar_PYTHON = \
- config.py \
- emulator.py \
- logsmanager.py \
- main.py \
- session.py \
- shellservice.py \
- uicheck.py
-
-EXTRA_DIST = $(bin_SCRIPTS) $(conf_DATA)