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 <marco@localhost.localdomain>2008-08-12 14:23:40 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-12 14:23:40 (GMT)
commit4220867379e125b88a53d10207ac7bcf0abd7ee9 (patch)
tree880ab5c13a858ed9679c9c8c1f2b5234930aedc8 /src/Makefile.am
parenta712da7c7f30c7e60567e766c8a6b2ef2e732c78 (diff)
Add simple check script. For now it only checks that
the shell is started up.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index daf31ae..48fb84f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,7 @@ sugar_PYTHON = \
logsmanager.py \
main.py \
session.py \
- shellservice.py
+ shellservice.py \
+ uicheck.py
EXTRA_DIST = $(bin_SCRIPTS) $(conf_DATA)