Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpgritti@gmail.com>2008-10-06 09:57:10 (GMT)
committer Marco Pesenti Gritti <mpgritti@gmail.com>2008-10-06 09:57:10 (GMT)
commit662dcc82e3b05feaf2cd46b1f12d073ff6aa48ef (patch)
treec827eb30380c36c9363bdc2f8fdf8e4e307f0fe0 /src/jarabe/Makefile.am
parent58bdfe20165c9e10ac690acef1891eb4aa21f8e9 (diff)
Move services and their initialization to a service package.
Diffstat (limited to 'src/jarabe/Makefile.am')
-rw-r--r--src/jarabe/Makefile.am18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/jarabe/Makefile.am b/src/jarabe/Makefile.am
index 68ac77e..04890b4 100644
--- a/src/jarabe/Makefile.am
+++ b/src/jarabe/Makefile.am
@@ -1,12 +1,14 @@
-SUBDIRS = controlpanel desktop frame journal model view intro
+SUBDIRS = \
+ controlpanel \
+ desktop \
+ frame \
+ journal \
+ model \
+ view \
+ intro \
+ service
sugardir = $(pythondir)/jarabe
sugar_PYTHON = \
__init__.py \
- config.py \
- logsmanager.py \
- nmservice.py \
- session.py \
- shellservice.py
-
-EXTRA_DIST = $(bin_SCRIPTS) $(conf_DATA)
+ config.py