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

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

confdir = $(pkgdatadir)/shell
conf_DATA = kbdconfig

EXTRA_DIST = $(bin_SCRIPTS) $(conf_DATA)