Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
blob: 99f55255fd32a318be08c89226b66f3c460678e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = extensions hardware model view intro

bin_SCRIPTS = sugar-shell

sugardir = $(pkgdatadir)/shell
sugar_PYTHON =				\
	shellservice.py

confdir = $(pkgdatadir)/shell
conf_DATA = kbdconfig

EXTRA_DIST = $(bin_SCRIPTS) $(conf_DATA)